Added required packages, and sync-to-nas linux script
This commit is contained in:
parent
4b29cbd2f2
commit
fc4c843b24
1
requiredpackages.txt
Normal file
1
requiredpackages.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
pyyaml
|
12
sync-to-nas.sh
Normal file
12
sync-to-nas.sh
Normal 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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user