Bisync.sh: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 January 2023

19 March 2022

15 March 2022

14 March 2022

28 February 2022

  • curprev 10:0810:08, 28 February 2022Tcepo talk contribs 4,237 bytes +4,237 Created page with "<syntaxhighlight lang="bash"> #!/bin/bash #bidirectional sync sourcePath="$1" targetPath="$2" targetHost="$3" sshCommand="$4" [ -z "${sshCommand}" ] &&sshCommand='ssh -i /r..."