From 0caee02faf22f2200404d0db919ca1be56e327da Mon Sep 17 00:00:00 2001 From: alexhudson Date: Mon, 17 Jan 2011 21:50:44 +0000 Subject: [PATCH] Always ensure we look at / collection for documents too --- src/apps/storetool/bongo/storetool/BackupCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/storetool/bongo/storetool/BackupCommands.py b/src/apps/storetool/bongo/storetool/BackupCommands.py index bc0b8e0..be7111c 100644 --- a/src/apps/storetool/bongo/storetool/BackupCommands.py +++ b/src/apps/storetool/bongo/storetool/BackupCommands.py @@ -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)