syncing data between file servers

To get the UnRaid file server synced with the Nas4Free ZFS file server, I will use rsync.

as reference, I played with these commands already to push data from the NAS4Free server to the UnRaid server.
Rsync  “Work” folder sync.
rsync -r -a -v -e ssh /mnt/Pool01/work  [email protected]:/mnt/user/work/

Rsync – “photo” folder sync.
rsync -r -a -v -e ssh /mnt/Pool01/media/photo/  [email protected]:/mnt/user/photo/

Rsync – “music-unsorted” folder sync.
rsync -r -a -v -e ssh /mnt/Pool01/media/music-unsorted/ [email protected]:/mnt/user/multimedia/music-unsorted/

Rsync – “music” folder sync.
rsync -r -a -v -e ssh  /mnt/Pool01/media/music/ [email protected]:/mnt/user/multimedia/music/

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.