]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/rsnapshot/rsnapshot-weekly
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / config / rsnapshot / rsnapshot-weekly
CommitLineData
f23508b7
JM
1#!/bin/bash
2set -e
3
4CONFIG=/etc/rsnapshot.conf
5
6/usr/bin/rsnapshot -c $CONFIG weekly
7
8exit