Files
linux_tools/dot/unison/testing.prf
2021-01-22 10:13:40 -05:00

26 lines
817 B
Plaintext

# Two root directories to sync.
# You can use ssh:// to sync over SSH
root = /home/neal/Testing
root = ssh://neal@babylon5.probestar.com//home/neal/Testing
# If you want one-way mirroring from one replica to the other, specify the source replica using "force" as follows.
# force = /home/alice/sync_folder
# If you want Unison to run without any user input, try "batch" mode.
batch = true
# If you don't want to be prompted, and just accept Unison's recommendation:
auto = true
# Optionally, you can sync specific sub directories only (under the root).
# path = dir1
# path = dir2
# Optionally, you can ignore specific files or directories that are matched with regular expressions.
ignore = Name *.o
ignore = Name *~
# ignore = Path */temp/archive_*
# If you want to ignore difference in file props:
perms = 0