This commit is contained in:
Bob Mottram 2017-08-13 11:31:34 +01:00
commit f4be3b85c0
2 changed files with 4 additions and 4 deletions

View File

@ -377,7 +377,7 @@ function backup_local_gnusocial {
fi
# don't backup more data than we need to
gnusocial-expire
/etc/cron.daily/gnusocial-expire
source_directory=/var/www/${GNUSOCIAL_DOMAIN_NAME}/htdocs/backup
if [ ! -d $source_directory ]; then
@ -457,7 +457,7 @@ function backup_remote_gnusocial {
fi
# don't backup more data than we need to
gnusocial-expire
/etc/cron.daily/gnusocial-expire
source_directory=/var/www/${GNUSOCIAL_DOMAIN_NAME}/htdocs/backup
if [ ! -d $source_directory ]; then

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