On Sat, Jan 13, 2018 at 12:35 PM, JMJ <[email protected]> wrote: > What's the simplest way to sync folders?
I use some form of rsync -arvv --delete /path/to/src/ /path/to/destination for all my backing up, local and remote. Add -e for custom ssh params if required: rsync -arvv --delete -e 'ssh -p 12345' /path/to/src/ [email protected]:/path/to/destination -- Greg Donald -- -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
