blob: 4bc829de52bbbd00bc4f3a0cd9a93c51ce817e80 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|