amanda/patch-xfsrestore-housekeeping
Petr Šabata 6812403bf9 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/amanda#10289d7db32e16b62259537a3af7ba8348583718
2020-10-14 21:36:00 +02:00

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);