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

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