diff --git a/src/duplicacy_utils_freebsd.go b/src/duplicacy_utils_freebsd.go new file mode 100644 index 0000000..a129284 --- /dev/null +++ b/src/duplicacy_utils_freebsd.go @@ -0,0 +1,13 @@ +// Copyright (c) Acrosync LLC. All rights reserved. +// Free for personal use and commercial trial +// Commercial use requires per-user licenses available from https://duplicacy.com + +package duplicacy + +import ( +) + +func excludedByAttribute(attirbutes map[string][]byte) bool { + _, ok := attirbutes["duplicacy_exclude"] + return ok +} \ No newline at end of file