diff options
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r-- | debian/apt.cron.daily | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index d89d9b2c0..acecd29ac 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -188,9 +188,9 @@ fi BackupArchiveInterval=0 eval $(apt-config shell BackupArchiveInterval APT::Periodic::BackupArchiveInterval) -BackupArchiveLevel=3 -eval $(apt-config shell BackupArchiveLevel APT::Periodic::BackupArchiveLevel) -if [ $BackupArchiveLevel -le 1 ]; then BackupArchiveLevel=2 ; fi +BackupLevel=3 +eval $(apt-config shell BackupLevel APT::Periodic::BackupLevel) +if [ $BackupLevel -le 1 ]; then BackupLevel=2 ; fi CacheBackup="backup/" eval $(apt-config shell CacheBackup Dir::Cache::Backup) |