8c5fc02507d668fc4568d7bcd12ad1a894967e0f
[feisty_meow.git] / infobase / configuration / cron / backup_photo_albums.crontab
1
2
3 SHELL=/bin/bash
4
5 # m h dom mon dow command
6
7 USER=fred
8
9 #[backup photo albums]
10 # back up the pictures in coppermine gallery every month.
11 34 6 4 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/photo_albums_backup_$(date_stringer).tar.gz /home/albums ; refred) &>/tmp/albums_backup_${USER}.log
12
13