Browse Source

Merge branch 'stretch' of https://github.com/bashrc/freedombone

Bob Mottram 8 years ago
parent
commit
f4be3b85c0
2 changed files with 4 additions and 4 deletions
  1. 2
    2
      src/freedombone-app-gnusocial
  2. 2
    2
      src/freedombone-app-postactiv

+ 2
- 2
src/freedombone-app-gnusocial View File

@@ -377,7 +377,7 @@ function backup_local_gnusocial {
377 377
     fi
378 378
 
379 379
     # don't backup more data than we need to
380
-    gnusocial-expire
380
+    /etc/cron.daily/gnusocial-expire
381 381
 
382 382
     source_directory=/var/www/${GNUSOCIAL_DOMAIN_NAME}/htdocs/backup
383 383
     if [ ! -d $source_directory ]; then
@@ -457,7 +457,7 @@ function backup_remote_gnusocial {
457 457
     fi
458 458
 
459 459
     # don't backup more data than we need to
460
-    gnusocial-expire
460
+    /etc/cron.daily/gnusocial-expire
461 461
 
462 462
     source_directory=/var/www/${GNUSOCIAL_DOMAIN_NAME}/htdocs/backup
463 463
     if [ ! -d $source_directory ]; then

+ 2
- 2
src/freedombone-app-postactiv View File

@@ -393,7 +393,7 @@ function backup_local_postactiv {
393 393
     fi
394 394
 
395 395
     # don't backup more data than we need to
396
-    postactiv-expire
396
+    /etc/cron.daily/postactiv-expire
397 397
 
398 398
     source_directory=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/backup
399 399
     if [ ! -d $source_directory ]; then
@@ -473,7 +473,7 @@ function backup_remote_postactiv {
473 473
     fi
474 474
 
475 475
     # don't backup more data than we need to
476
-    postactiv-expire
476
+    /etc/cron.daily/postactiv-expire
477 477
 
478 478
     source_directory=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/backup
479 479
     if [ ! -d $source_directory ]; then