From 7a3688b54eb99e466921eacd8e45f9ead605dd66 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Sun, 13 May 2007 05:43:06 +0000 Subject: New --exclude-if-present option (i.e. --exclude-if-present .nobackup). (Jeff Strunk). git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@797 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/Main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rdiff-backup/rdiff_backup/Main.py') diff --git a/rdiff-backup/rdiff_backup/Main.py b/rdiff-backup/rdiff_backup/Main.py index a7cb9e1..bb8a404 100644 --- a/rdiff-backup/rdiff_backup/Main.py +++ b/rdiff-backup/rdiff_backup/Main.py @@ -67,7 +67,7 @@ def parse_cmdlineoptions(arglist): "exclude-symbolic-links", "exclude-sockets", "exclude-filelist-stdin", "exclude-globbing-filelist=", "exclude-globbing-filelist-stdin", "exclude-mirror=", - "exclude-other-filesystems", "exclude-regexp=", + "exclude-other-filesystems", "exclude-regexp=", "exclude-if-present=", "exclude-special-files", "force", "group-mapping-file=", "include=", "include-filelist=", "include-filelist-stdin", "include-globbing-filelist=", @@ -109,6 +109,7 @@ def parse_cmdlineoptions(arglist): opt == "--exclude-fifos" or opt == "--exclude-other-filesystems" or opt == "--exclude-regexp" or + opt == "--exclude-if-present" or opt == "--exclude-special-files" or opt == "--exclude-sockets" or opt == "--exclude-symbolic-links"): -- cgit v1.2.1