We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bda9a4 commit 944d1d9Copy full SHA for 944d1d9
automysqlbackup
@@ -2246,7 +2246,8 @@ method_list_manifest_entries () {
2246
# BEGIN __MAIN
2247
unset manifest_files manifest_files_db i db
2248
while IFS= read -r -d '' file; do
2249
- db="${file#/var/backups/db/@(daily|monthly|weekly|latest)/}";
+ #db="${file#/var/backups/db/@(daily|monthly|weekly|latest)/}";
2250
+ db="${file#${CONFIG_backup_dir}/@(daily|monthly|weekly|latest)/}";
2251
db="${db%/Manifest}";
2252
manifest_files_db[i]="$db"
2253
manifest_files[i++]="$file"
0 commit comments