rsnapshot/t/backup_exec/conf/backup_exec.conf.in
James Stout fe561471c4 fix location of true and false binaries on macOS
Offer new options in configure to set the path to true/false
or, if not set, search for them
2017-06-20 18:02:27 +08:00

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