aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rsnapshot/templates/cron_file
blob: e484a88eaa766bd8048b43d5b33147d952dcc9eb (plain)
1
2
3
4
5
#!/bin/sh

<%- for conf in @rsnapshot_conf -%>
/usr/bin/rsnapshot -c <%= @conf %> <%= @rsnapshot_arg %>
<%- end -%>