Backup system
Imported both the server- and client-side backup scripts.
This commit is contained in:
commit
d9f75447a6
24 changed files with 1043 additions and 0 deletions
backup/server
6
backup/server/crontab.example
Normal file
6
backup/server/crontab.example
Normal file
|
@ -0,0 +1,6 @@
|
|||
SHELL=/bin/sh
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
|
||||
# m h dom mon dow user command
|
||||
12 1 * * 0 root /usr/local/sbin/backup weekly
|
||||
12 1 * * 1-6 root /usr/local/sbin/backup daily
|
Loading…
Add table
Add a link
Reference in a new issue