Bored of the A CRON FILE step

because in the example, there is more than juste the cron file in the remove script
This commit is contained in:
yalh76
2020-06-04 17:38:27 +02:00
parent 6e9e1728b0
commit b5a7e543ff
3 changed files with 7 additions and 3 deletions

View File

@@ -83,11 +83,13 @@ ynh_backup --src_path="/etc/logrotate.d/$app"
ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================
# BACKUP A CRON FILE
# BACKUP VARIOUS FILES
#=================================================
ynh_backup --src_path="/etc/cron.d/$app"
ynh_backup --src_path="/etc/$app/"
#=================================================
# BACKUP THE MYSQL DATABASE
#=================================================