Index: openacs-4/packages/acs-core-docs/www/automated-backup.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/automated-backup.adp,v diff -u -r1.4.2.4 -r1.4.2.5 --- openacs-4/packages/acs-core-docs/www/automated-backup.adp 27 Apr 2022 16:52:18 -0000 1.4.2.4 +++ openacs-4/packages/acs-core-docs/www/automated-backup.adp 13 Jul 2023 12:43:18 -0000 1.4.2.5 @@ -1,11 +1,11 @@ -{/doc/acs-core-docs {ACS Core Documentation}} {Automated Backup} +{/doc/acs-core-docs/ {ACS Core Documentation}} {Automated Backup} Automated Backup

@@ -19,11 +19,15 @@
  • Make sure that the manual backup process described above works.

  • Customize the default backup script. Edit /var/lib/aolserver/$OPENACS_SERVICE_NAME/etc/backup.sh with your specific parameters.

  • -

    Make sure the file is executable:

    chmod +x backup.sh
    +

    Make sure the file is executable:

    +chmod +x backup.sh
    +
  • Set this file to run automatically by adding a line to root's crontab. (Typically, with export EDITOR=emacs; crontab -e.) This -example runs the backup script at 1:30 am every day.

    30 1 * * *        sh /var/lib/aolserver/$OPENACS_SERVICE_NAME/etc/backup.sh
    +example runs the backup script at 1:30 am every day.

    +30 1 * * *        sh /var/lib/aolserver/$OPENACS_SERVICE_NAME/etc/backup.sh
    +