mirror of
https://github.com/YunoHost-Apps/unattended_upgrades_ynh.git
synced 2024-10-01 13:35:00 +02:00
Fix backup/restore: backup could not find files…
This commit is contained in:
parent
55903f5bf0
commit
915bcd0cf6
1 changed files with 0 additions and 3 deletions
|
@ -19,13 +19,10 @@ ynh_print_info --message="Declaring files to be backed up..."
|
|||
#=================================================
|
||||
|
||||
ynh_backup --src_path="$apticron_config"
|
||||
ynh_backup --src_path="$apticron_config_backup"
|
||||
|
||||
ynh_backup --src_path="$apticron_cron"
|
||||
ynh_backup --src_path="$apticron_cron_backup"
|
||||
|
||||
ynh_backup --src_path="$unattended_upgrades_config"
|
||||
ynh_backup --src_path="$unattended_upgrades_config_backup"
|
||||
|
||||
ynh_backup --src_path="/etc/apt/apt.conf.d/02periodic"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue