diff options
Diffstat (limited to 'modules/rsnapshot/templates/cron_file')
| -rw-r--r-- | modules/rsnapshot/templates/cron_file | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/rsnapshot/templates/cron_file b/modules/rsnapshot/templates/cron_file new file mode 100644 index 00000000..43ca9e1b --- /dev/null +++ b/modules/rsnapshot/templates/cron_file @@ -0,0 +1,5 @@ +#!/bin/sh + +<%- for conf in @rsnapshot_conf -%> +/usr/bin/rsnapshot -c <%= conf %> <%= rsnapshot_arg %> +<%- end -%> |
