mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2024-11-21 16:01:03 +01:00
removed parameter bug
This commit is contained in:
parent
f369a13d37
commit
00fd102f81
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user