
edit my_config.bash

mkdir -p /var/backups/groovix/groovix-snapshots/last

edit /etc/crontab
#weekly local backup
0 22  * * 2 root /var/www/html/groovix/backup/groovix-snapshot.bash
#weekly sync to groovix server
0 23  * * 3 root /var/www/html/groovix/backup/sync-groovix-backups.bash
#monthly local archival, maybe 6th day of month after stats have run
30 22 6 * * root /var/www/html/groovix/backup/archive-last-groovix-snapshot.bash


#TODO: need automatic clean up of old archives.  recommend doing weekly syncs and monthly archives, keep last 2 months of archives, and once/year
#follow rotate scheme like m rubel / rsnapshot
# once/year cp oldest month to year, etc.

