Using rsync to copy data locally
What can I say?! Rsync is awesome! The options I normally use for this is: The options above are explained below. -a –archive Archive mode. Same as -rlptgoD. -H –hard-links Preserve hard links. -A –acls […]
What can I say?! Rsync is awesome! The options I normally use for this is: The options above are explained below. -a –archive Archive mode. Same as -rlptgoD. -H –hard-links Preserve hard links. -A –acls […]
Following from a previous article where I demonstrated how to synchronise data to a remote host using lsyncd, this one with show how to deal with the below problem I faced. The problem I faced […]
Based on rsync, lsyncd is a demonised implementation that monitors for file modifications, and triggers a synchronisation if detected. Here I am using Ubuntu 18.04 at both ends but the process should pretty much be […]
Copyright 2018 © | Pikedom