Initial commit of files
This commit is contained in:
25
dot/unison/testing.prf
Normal file
25
dot/unison/testing.prf
Normal file
@ -0,0 +1,25 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user