]> git.ipfire.org Git - ipfire-2.x.git/blob - config/rsnapshot/rsnapshot-hourly
rsnapshot: New addon
[ipfire-2.x.git] / config / rsnapshot / rsnapshot-hourly
1 #!/bin/bash
2 set -e
3
4 CONFIG=/etc/rsnapshot.conf
5
6 /usr/bin/rsnapshot -c $CONFIG sync && /usr/bin/rsnapshot -c $CONFIG hourly
7
8 exit