Always ensure we look at / collection for documents too

This commit is contained in:
alexhudson
2011-01-17 21:50:44 +00:00
parent 4f5bd03f8f
commit 0caee02faf
@@ -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)