summaryrefslogtreecommitdiff
path: root/rdiff-backup/src/highlevel.py
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-01 06:12:51 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-01 06:12:51 +0000
commit1d39cdf4d9684b8e0cc20de69135b1a79b002eb4 (patch)
tree98f5414cc22fb89796ac1a2b7fbc3ec88d859ca0 /rdiff-backup/src/highlevel.py
parent9e0b4c9ae307a0f3590d441152f25ea886a6a2ed (diff)
downloadrdiff-backup-1d39cdf4d9684b8e0cc20de69135b1a79b002eb4.tar.gz
See changelog for 0.6.1
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-6@54 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/src/highlevel.py')
-rw-r--r--rdiff-backup/src/highlevel.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rdiff-backup/src/highlevel.py b/rdiff-backup/src/highlevel.py
index 55fe007..1e1b3de 100644
--- a/rdiff-backup/src/highlevel.py
+++ b/rdiff-backup/src/highlevel.py
@@ -270,8 +270,10 @@ class HLDestinationStruct:
(exp[0] in [2, # Means that a file is missing
5, # Reported by docv (see list)
13, # Permission denied IOError
- 26] # Requested by Campbell (see list) -
+ 20, # Means a directory changed to non-dir
+ 26, # Requested by Campbell (see list) -
# happens on some NT systems
+ 36] # filename too long
))):
Log("Skipping file", 2)
return None