ソースを参照

postactiv expire script during backups

Bob Mottram 7 年 前
コミット
3afb3077c8
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      src/freedombone-app-postactiv

+ 2
- 2
src/freedombone-app-postactiv ファイルの表示

@@ -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