Merge branch 'stretch' of https://github.com/bashrc/freedombone
This commit is contained in:
commit
f4be3b85c0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue