Youtube-Archiver/sync-to-nas.sh

9 lines
256 B
Bash
Raw Permalink Normal View History

2022-03-23 20:41:24 +01:00
#!/bin/zsh
REMOTE_LOCATION=/media/family_nas/Leon/Mediafarm/Youtube-Archive
cp -u alreadydownloaded.txt $REMOTE_LOCATION
rsync -auv --remove-source-files music/ "$REMOTE_LOCATION"/music
rsync -auv --remove-source-files videos/ "$REMOTE_LOCATION"/videos