Syncing Software: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
(Created page with "== MacOS == === GUI === ==== GoodSync ==== === Command line === ==== Unison ==== '''[https://www.cis.upenn.edu/~bcpierce/unison Unison]''' can be installed with `[https:...")
 
(No difference)

Latest revision as of 22:13, 31 January 2019

MacOS[edit]

GUI[edit]

GoodSync[edit]

Command line[edit]

Unison[edit]

Unison can be installed with homebrew, e.g. brew install unison

By default homebrew is installed in /usr/local which requires admin rights. Homebrew can be installed without admin rights, in a local user directory with the command

mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew

Then add the directory to the user's path by updating the PATH variable in ~/.bash_profile

Windows[edit]

SyncToy[edit]