|
@@ -5,7 +5,7 @@
|
5
|
5
|
# To activate this cron file you have to uncomment the lines below.
|
6
|
6
|
# Feel free to adapt it to your needs.
|
7
|
7
|
|
8
|
|
-# 00 */4 * * * root /usr/bin/rsnapshot hourly
|
9
|
|
- 00 3 * * * root /usr/bin/rsnapshot daily
|
10
|
|
- 50 2 * * 1 root /usr/bin/rsnapshot weekly
|
11
|
|
- 55 2 1 * * root /usr/bin/rsnapshot monthly
|
|
8
|
+# 00 */4 * * * root . /tmp/env; /usr/bin/rsnapshot hourly
|
|
9
|
+ 00 3 * * * root . /tmp/env; /usr/bin/rsnapshot daily
|
|
10
|
+ 55 2 * * 1 root . /tmp/env; /usr/bin/rsnapshot weekly
|
|
11
|
+ 50 2 1 * * root . /tmp/env; /usr/bin/rsnapshot monthly
|