Initial commit of files

This commit is contained in:
2021-01-22 10:13:40 -05:00
parent 7081dcecc5
commit 56aa3a219b
47 changed files with 2157 additions and 0 deletions

25
dot/unison/testing.prf Normal file
View 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