|
@@ -252,9 +252,8 @@ lockfile /var/run/rsnapshot.pid
|
252
|
252
|
# RSYNC.SAMBA.ORG
|
253
|
253
|
#backup rsync://rsync.samba.org/rsyncftp/ rsync.samba.org/rsyncftp/
|
254
|
254
|
|
255
|
|
-backup_script /bin/date "+ backup started at %c" | /usr/bin/tee date backup_start_date
|
|
255
|
+backup_script /bin/date "+backup started at %c" | /usr/bin/tee date backup_start_date
|
256
|
256
|
|
257
|
257
|
include_conf /etc/rsnapshot/user_backup.conf
|
258
|
258
|
|
259
|
|
-backup_script /bin/date "+ backup ended at %c" | /usr/bin/tee date backup_end_date
|
260
|
|
-
|
|
259
|
+backup_script /bin/date "+backup ended at %c" | /usr/bin/tee date backup_end_date
|