1
0
mirror of https://github.com/DazAh/dotfiles synced 2026-05-21 18:25:46 +01:00

morefiles

This commit is contained in:
DazAh
2019-10-13 01:29:05 +01:00
parent a7723448a0
commit 58d232b8f5
1411 changed files with 64341 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/sh
#Rsync Music from server to local HDD.
rsync -azhP --info=progress2 --stats "root@192.168.1.10:/mnt/user/Darren/Personal Files/Music/Albums" /mnt/HDD2/Music -s --delete
if [ $? -eq 0 ]; then
echo "Sync Complete"
else
echo "Sync Failed!"
fi