Commit 912999bc authored by bescoto's avatar bescoto

Added --no-resource-forks option


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@501 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 93badba0
......@@ -131,6 +131,8 @@ def parse_cmdlineoptions(arglist):
elif opt == "--remove-older-than":
remove_older_than_string = arg
action = "remove-older-than"
elif opt == "--no-resource-forks":
Globals.set('resource_forks_active', 0)
elif opt == "--restrict": Globals.restrict_path = arg
elif opt == "--restrict-read-only":
Globals.security_level = "read-only"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment