I have just successfully set up a Synology DiskStation NAS device with
one 6TB  drive on my home ethernet. This was not a trivial matter, as
I had never done this before and I know little about networking. 

I also have a 5TB USB 3.0 drive attached to my laptop with presently
~3TB of files on it. I wish to sync the USB drive to the NAS drive
nightly. During the day files are frequently added to and sometimes
deleted from the USB drive. My goal is for the NAS drive to be like a
mirror; if a file is deleted from the USB drive it should be deleted
from the NAS drive. I am thinking that rsync is the tool for this, but
maybe not. Rsync keeps old files even if deleted from the source
because it is designed for backups, but that is not what I want.

Is rsync the right tool for this, or not? If not, what? Maybe just use
cp command with options not to copy files if they are already there?
Suggestions welcome.
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to