Add more folders
This commit is contained in:
parent
b0ebbd7ed5
commit
68d4514ae2
@ -9,10 +9,16 @@ sshkeypath=$HOME/.ssh/id_ed25519
|
||||
# see: https://serverfault.com/a/765951
|
||||
|
||||
# transfer Music
|
||||
rsync -uvrL --progress --bwlimit=4M -e "ssh -i $sshkeypath -p $port" /home/marc/Musik/ ${user}@${server}:/mnt/media/Musik/
|
||||
#rsync -uvrL --progress --bwlimit=4M -e "ssh -i $sshkeypath -p $port" /home/marc/Musik/ ${user}@${server}:/mnt/media/Musik/
|
||||
|
||||
# transfer Shows
|
||||
rsync -uvr --progress --bwlimit=4M -e "ssh -i $sshkeypath -p $port" /mnt/storage/MediaLibrary/Shows/ ${user}@${server}:/mnt/media/Shows/
|
||||
|
||||
# transfer Movies
|
||||
rsync -uvr --progress --bwlimit=4M -e "ssh -i $sshkeypath -p $port" /mnt/storage/MediaLibrary/Movies/ ${user}@${server}:/mnt/media/Movies/
|
||||
|
||||
# transfer other
|
||||
rsync -uvr --progress --bwlimit=4M -e "ssh -i $sshkeypath -p $port" /mnt/storage/MediaLibrary/other/ ${user}@${server}:/mnt/media/other/
|
||||
|
||||
# transfer downloaded YouTube videos
|
||||
rsync -uvr --progress --bwlimit=4M -e "ssh -i $sshkeypath -p $port" /mnt/storage/MediaLibrary/YouTube/ ${user}@${server}:/mnt/media/YouTube/
|
||||
|
Loading…
Reference in New Issue
Block a user