5 lines
198 B
Bash
Executable file
5 lines
198 B
Bash
Executable file
#!/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
|