removed parameter bug

This commit is contained in:
Kevin Veen-Birkenbach 2023-12-27 23:33:17 +01:00
parent f369a13d37
commit 00fd102f81
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ def main():
if not containers:
print('Skipped due to no running containers using this volume.')
continue
if args.force_file_backup:
if args.everything:
backup_everything(volume_name, containers)
else:
default_backup_routine_for_volume(volume_name, containers)