Category: Rsync
-
Sync two Samba folders
Let’s say we have two different samba share folders and we want to make a 100% copy of one of them (source) to another (traget). The best tool for that would be rsync. It can sync folders and make the target 100% exact copy of the source, keeping the file times, permissions, and delete non-existing…
