add backup timer
This commit is contained in:
parent
ccbde02107
commit
e3ae1367d6
5 changed files with 33 additions and 0 deletions
5
db/sync_pandora.sh
Executable file
5
db/sync_pandora.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
rsync -avP time:/srv/pandora/data/ /srv/pandora/data/
|
||||
bash /srv/pandora/data/db/reload.sh
|
||||
rsync -avP time:/srv/pandora/data/ /srv/pandora/data/ --delete
|
||||
pandoractl manage generate_clips
|
||||
Loading…
Add table
Add a link
Reference in a new issue