Update Music backup

This commit is contained in:
albert 2024-06-11 11:19:34 +09:00
parent 6a575a8ccd
commit ed2aacc026
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -74,8 +74,8 @@ echo -e "rsync -avr --delete root@nuc-docker01:/Storage/Media/Books/ /mnt/$drive
rsync -avr --delete root@nuc-docker01:/Storage/Media/Books/ /mnt/$driveb/Books/ rsync -avr --delete root@nuc-docker01:/Storage/Media/Books/ /mnt/$driveb/Books/
echo -e "======= Time: `date`" echo -e "======= Time: `date`"
echo -e "rsync -avr --delete root@nuc-docker01:/Storage/Media/Music/ /mnt/$driveb/Music/" echo -e "rsync -avr --delete root@nuc-docker01:/Storage/Media/Music/ /mnt/$drivea/Music/"
rsync -avr --delete root@nuc-docker01:/Storage/Media/Music/ /mnt/$driveb/Music/ rsync -avr --delete root@nuc-docker01:/Storage/Media/Music/ /mnt/$drivea/Music/
# echo -e "======= Time: `date`" # echo -e "======= Time: `date`"
# echo -e "rsync -avr --delete --exclude=Downloads/ /Storage/Data/ /mnt/$driveb/Data/" # echo -e "rsync -avr --delete --exclude=Downloads/ /Storage/Data/ /mnt/$driveb/Data/"