6812403bf9
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/amanda#10289d7db32e16b62259537a3af7ba8348583718
14 lines
534 B
Plaintext
14 lines
534 B
Plaintext
diff --git a/client-src/sendbackup-dump.c b/client-src/sendbackup-dump.c
|
|
index 1ff1223..ce0c47d 100644
|
|
--- a/client-src/sendbackup-dump.c
|
|
+++ b/client-src/sendbackup-dump.c
|
|
@@ -292,7 +292,7 @@ start_backup(
|
|
program->backup_name = XFSDUMP;
|
|
program->restore_name = XFSRESTORE;
|
|
|
|
- indexcmd = g_strjoin(NULL, XFSRESTORE, " -t", " -v", " silent", " -",
|
|
+ indexcmd = g_strjoin(NULL, XFSRESTORE, " -a /var/lib/amanda -t", " -v", " silent", " -",
|
|
" 2>/dev/null", " | sed", " -e", " \'s/^/\\//\'", NULL);
|
|
|
|
info_tapeheader(dle);
|