Always ensure we look at / collection for documents too
This commit is contained in:
@@ -74,7 +74,7 @@ class StoreBackupCommand(Command):
|
||||
print str(e)
|
||||
return
|
||||
|
||||
collection_list = []
|
||||
collection_list = ['/']
|
||||
for collection in store.Collections():
|
||||
# write out entries for collections
|
||||
tar_head = PAXHeader(collection.name)
|
||||
|
||||
Reference in New Issue
Block a user