Skip to content
Snippets Groups Projects
Commit 3afb3077 authored by Bob Mottram's avatar Bob Mottram
Browse files

postactiv expire script during backups

parent e30de632
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment