Table of Contents

unison

Allgemeines

Beispielkonfiguration

# Unison preferences file

# Roots of the synchronization
root = /home/test
root = ssh://test//home/test

# Paths to synchronize
path = test

# Some regexps specifying names and paths to ignore
ignore = Name temp.*
ignore = Name *~
ignore = Name .*~
ignore = Name *.tmp
ignore = Regex .*gnupg/.+\.conf.gpgconf.bak

# Log actions to the terminal
log = true

# other options
group = true
owner = true
times = true

# ignore
ignore = Path test/test.odb