Rsync

From XPUB & Lens-Based wiki
Revision as of 14:57, 10 June 2020 by Michael Murtaugh (talk | contribs) (Created page with " Syncing a local folders contents to a remote place... rsync -avzhe ssh localfolder/ root@192.168.0.100:/root/ ... needs testing... https://www.tecmint.com/rsync-local-rem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syncing a local folders contents to a remote place...

rsync -avzhe ssh localfolder/ root@192.168.0.100:/root/

... needs testing...

https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/