modified: start.sh
Added date/tinestamp to automated backup job
This commit is contained in:
parent
3f8078758c
commit
2d0443dd18
1
start.sh
1
start.sh
@ -14,6 +14,7 @@ cp -fvp /sonarr-config/*.* /mnt/sonarr-ramdisk-mount
|
|||||||
echo -e 'Set up the filesystem freeze, copy, unfreeze loop'
|
echo -e 'Set up the filesystem freeze, copy, unfreeze loop'
|
||||||
while true; do
|
while true; do
|
||||||
sleep 890
|
sleep 890
|
||||||
|
date
|
||||||
sync /mnt/sonarr-ramdisk-mount/*.*
|
sync /mnt/sonarr-ramdisk-mount/*.*
|
||||||
fsfreeze --freeze /mnt/sonarr-ramdisk-mount
|
fsfreeze --freeze /mnt/sonarr-ramdisk-mount
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user