Update 'README.md'
This commit is contained in:
parent
d1088dadae
commit
94c0a93cfa
11
README.md
11
README.md
|
@ -1,3 +1,12 @@
|
|||
# snapcfg
|
||||
|
||||
Creates a backup of /etc/snapraid.conf to each disk in the snapraid array.
|
||||
Creates a backup of /etc/snapraid.conf to each disk in the snapraid array.
|
||||
|
||||
# To use
|
||||
|
||||
change snapdir to point to the root directory where all snapraid disks are mounted. A copy of snapraid.conf will be stored in the root of each subdirectory of snapdir.
|
||||
|
||||
# cron
|
||||
|
||||
To run at 11:55 every Sunday:
|
||||
`55 23 * * 1 /srv/snapdisk/snapcfg.py >> /srv/snapdisk/snapcfg.log`
|
||||
|
|
Loading…
Reference in New Issue