Actions
Bug #30369
closedforeman-maintain incremental backup takes the full backup.
Difficulty:
Triaged:
No
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1855891
Description of problem:
foreman-maintain incremental backup takes the full backup if any other directory is passed with the option --incremental.
How reproducible:
Run the command - foreman-maintain backup offline --incremental /tmp/ /backup/
Actual results:
foreman-maintain takes the full backup.
Expected results:
It should fail with the error saying something like - incorrect directory or directory passed with --incremental option does not have the previous backup.
Actions