postactiv expire script during backups

This commit is contained in:
Bob Mottram 2017-08-13 11:30:02 +01:00
parent e30de6328f
commit 3afb3077c8
1 changed files with 2 additions and 2 deletions

View File

@ -393,7 +393,7 @@ function backup_local_postactiv {
fi
# don't backup more data than we need to
postactiv-expire
/etc/cron.daily/postactiv-expire
source_directory=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/backup
if [ ! -d $source_directory ]; then
@ -473,7 +473,7 @@ function backup_remote_postactiv {
fi
# don't backup more data than we need to
postactiv-expire
/etc/cron.daily/postactiv-expire
source_directory=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/backup
if [ ! -d $source_directory ]; then