blob: ae97ff64e4bb37d71437af59e94f666ee332f4f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{ type: install
message: <<EOM
Now it is time to set-up the main configuration file.
First run "pyznap setup", a sample configuration will be copied
to %%ETCDIR%%/pyznap/pyznap.conf.
After configuring the file to your liking setup cron(8) with the
following entries:
*/15 * * * * root %%BINDIR%%/pyznap snap >> /var/log/pyznap.log
0 0 * * * root %%BINDIR%%/pyznap send >> /var/log/pyznap.log
EOM
}
]
|