summaryrefslogtreecommitdiff
path: root/lib/backupclient/BackupClientRestore.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-01-08 21:33:19 +0000
committerChris Wilson <chris+github@qwirx.com>2011-01-08 21:33:19 +0000
commit74313ca88404608767b6202313cb9bee51d5975e (patch)
tree4eb130d2b0a06a714229c91568fa2bb4f39d306f /lib/backupclient/BackupClientRestore.h
parent24d88d1bcbe740c230c6ddace0ef982b579e6af8 (diff)
Log the path, name and size of files being restored at TRACE level for
users wanting more detailed restore output. Disable printing dots when logging at TRACE level is enabled. Warn rather than failing to restore when the file attributes could not be restored. (merges [2745], [2827]).
Diffstat (limited to 'lib/backupclient/BackupClientRestore.h')
-rw-r--r--lib/backupclient/BackupClientRestore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/backupclient/BackupClientRestore.h b/lib/backupclient/BackupClientRestore.h
index 7e492238..311a15bd 100644
--- a/lib/backupclient/BackupClientRestore.h
+++ b/lib/backupclient/BackupClientRestore.h
@@ -24,6 +24,7 @@ enum
int BackupClientRestore(BackupProtocolClient &rConnection,
int64_t DirectoryID,
+ const char *RemoteDirectoryName,
const char *LocalDirectoryName,
bool PrintDots = false,
bool RestoreDeleted = false,