Initial commit

This commit is contained in:
2025-08-30 20:23:00 +02:00
commit cfc897c53b
133 changed files with 18569 additions and 0 deletions

41
home/.unison/custom.prf Normal file
View File

@@ -0,0 +1,41 @@
# 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