Skip to content

Commit

Permalink
Updated cron info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sateetje authored Jul 5, 2021
1 parent ca9bdfb commit c908d33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snapshot_move.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# This script moves the snapshot file to the root of the webserver
# The old snapshot will be available as 'snapshot_old.tar.xz"

# You can create a symbolic link to this script to /etc/cron.daily
# chmod +x ./snapshot_move.sh
# ln -s ./snapshot_move.sh /etc/cron.hourly/snapshot_move

# VARS:
SNAPSHOTSOURCEFILE="/tmp/snapshot.tar.xz"
SNAPSHOTDESTFILE="/var/www/html/snapshot.tar.xz"
Expand Down

0 comments on commit c908d33

Please sign in to comment.