-
-
Save futurist/3d1302d7a3a30b857cd052daf38afcf5 to your computer and use it in GitHub Desktop.
unison profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = /Users/matthias/somedir | |
root = ssh://matthias@host:9000/somedir | |
auto = true | |
log = true | |
logfile = /Users/matthias/.unison/unison.log | |
maxbackups = 5 | |
backup = Name * | |
backuploc = local | |
backupprefix = .unison_backups/$VERSION/ | |
backupsuffix = | |
ignore = Name {.DS_Store} | |
ignore = Path .unison_backups |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment