From a75740c141d40091f9eb39b36767cbd55c24549b Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Wed, 7 Jun 2023 22:15:02 +0000 Subject: Update sync scripts to use updated path --- sync-music-local.sh | 2 +- sync-photos-azure.sh | 2 +- sync-photos-local.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sync-music-local.sh b/sync-music-local.sh index cf324a0..dda52df 100755 --- a/sync-music-local.sh +++ b/sync-music-local.sh @@ -1 +1 @@ -sudo rsync -uvaO -e "ssh -p 19663 -i $HOME/.ssh/id_ed25519" --exclude=".DS_Store" --delete /mnt/cluster1/media/music nick@ftpski.com:/mnt/remote/media +sudo rsync -uvaO -e "ssh -p 19663 -i $HOME/.ssh/id_ed25519" --exclude=".DS_Store" --delete /mnt/pool/media/libraries/music nick@ftpski.com:/mnt/remote/media diff --git a/sync-photos-azure.sh b/sync-photos-azure.sh index 0fd8222..56b5f3c 100755 --- a/sync-photos-azure.sh +++ b/sync-photos-azure.sh @@ -1 +1 @@ -rclone sync -P --exclude=".DS_Store" /mnt/cluster1/home/nick/photos nvandoorn:photos/ +rclone sync -P --exclude=".DS_Store" /mnt/pool/home/nick/photos nvandoorn:photos/ diff --git a/sync-photos-local.sh b/sync-photos-local.sh index 09b3f14..d06f32f 100755 --- a/sync-photos-local.sh +++ b/sync-photos-local.sh @@ -1 +1 @@ -sudo rsync -uvaO -e "ssh -p 19663 -i $HOME/.ssh/id_ed25519" --exclude=".DS_Store" --delete /mnt/cluster1/home/nick/photos nick@ftpski.com:/mnt/remote/home/nick +sudo rsync -uvaO -e "ssh -p 19663 -i $HOME/.ssh/id_ed25519" --exclude=".DS_Store" --delete /mnt/pool/home/nick/photos nick@ftpski.com:/mnt/remote/home/nick -- cgit v1.2.3