X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/ff7c76f82c3972b82f0e65e1609fc72f605fe9e8..fc2d32c089f035955c81100f2ded7c3f66793dc3:/debian/apt.cron.daily 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)