~vcs-imports/ipfire/ipfire-2.x

1
2
3
4
5
6
7
8
#!/bin/bash
set -e

CONFIG=/etc/rsnapshot.conf

/usr/bin/rsnapshot -c $CONFIG daily

exit