Added required packages, and sync-to-nas linux script

This commit is contained in:
Leonetienne 2022-03-23 17:24:03 +01:00
parent 4b29cbd2f2
commit fc4c843b24
2 changed files with 13 additions and 0 deletions

1
requiredpackages.txt Normal file
View File

@ -0,0 +1 @@
pyyaml

12
sync-to-nas.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/zsh
REMOTE_LOCATION = /media/family_nas/Leon/Mediafarm/Youtube-Archive
mv music/ $REMOTE_LOCATION
mv videos/ $REMOTE_LOCATION
mv alreadydownloaded*.txt $REMOTE_LOCATION
# robocopy music\ Y:\Leon\Mediafarm\Youtube-Archive\music\ /e /z /j /xo /move
# robocopy videos\ Y:\Leon\Mediafarm\Youtube-Archive\videos\ /e /z /j /xo /move
# robocopy . Y:\Leon\Mediafarm\Youtube-Archive\ alreadydownloaded*.txt /z /im