#install unison $ sudo apt install unison # synchronizing from local folder "/home/user/sync/" with remote "ssh://user@remotehost.com/" folder "/home/user/sync/" (ssh port 22000) $ unison -silent -auto -batch /home/user/sync/ ssh://user@remotehost.com//home/user/sync/ \ -nodeletion ssh://user@remotehost.com//home/user/sync/ \ -sshargs '-p22000' -logfile /tmp/mylog.txt
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter