mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 15:04:24 -05:00
Minimal
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
# Unison preferences
|
||||
label = Sync the main stuff into the cloud to the start hub
|
||||
#root = /home/jonas/synced
|
||||
#root = ssh://jonas@hahn1.one/synced
|
||||
|
||||
# Automatically sync
|
||||
auto = true
|
||||
batch = true
|
||||
|
||||
|
||||
# Warning this overwrites files and the overwritten ones are backuped
|
||||
prefer = newer
|
||||
|
||||
# Settings for this sync
|
||||
#merge = Name * -> diff3 -m CURRENT1 CURRENTARCH CURRENT2 > NEW
|
||||
|
||||
# Optional: Ignore temporary or VCS files
|
||||
ignore = Name .DS_Store
|
||||
ignore = Name *~
|
||||
|
||||
# Ignore backups when syncing
|
||||
ignore = Name .bak.?.*
|
||||
ignore = Name .git
|
||||
|
||||
# Ignore the webdav folder
|
||||
ignore = Name webdav_folder
|
||||
ignore = Name other_folder
|
||||
|
||||
# Backup settings
|
||||
backup = Name *
|
||||
backuplocation = local
|
||||
#backupdir = /home/jonas/.unison/backup
|
||||
#backupcurrent = Name *
|
||||
maxbackups = 5
|
||||
|
||||
# Performance/logging
|
||||
log = false
|
||||
times = true
|
||||
silent = false
|
||||
sshargs = -C
|
||||
|
||||
2
home/.unison/default.prf
Normal file
2
home/.unison/default.prf
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
# Unison preferences file
|
||||
Reference in New Issue
Block a user