mirror of
https://github.com/rsnapshot/rsnapshot.git
synced 2025-11-24 04:09:31 +01:00
Offer new options in configure to set the path to true/false or, if not set, search for them
12 lines
310 B
Text
12 lines
310 B
Text
config_version 1.2
|
|
snapshot_root @SNAP@
|
|
cmd_rsync @RSYNC@
|
|
interval hourly 2
|
|
backup_exec ls -ld /* | grep "/u"
|
|
backup_exec echo "hello world!"
|
|
backup_exec echo 'hello world!'
|
|
backup_exec @TRUE@
|
|
backup_exec @TRUE@ optional
|
|
backup_exec @TRUE@ required
|
|
backup_exec @FALSE@
|
|
backup_exec @FALSE@ optional
|