|
|
|
|
|
by cliveowen
4640 days ago
|
|
I always found myself looking for a simple way to backup a hierarchy of folders on an external device and then keep keep both copies synced, then I heard about rsync and discovered that it does just that. Being using it exclusively for all of my backups, really useful. EDIT: Also since we're talking about rsync, do you think the following options are sufficient for syncing a folder hierarchy from the local disk to an external flash drive? rsync -aW --delete /source /destination My main concern is the W option, which skips the usual compression (that delays a lot the already long process of syncing) and might end up writing a lot of bytes and decaying the memory cells of flash storage. |
|
Note that I haven't touched the configuration since I set it up. It's really great.
[1] - http://www.rsnapshot.org