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