mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2024-11-22 00:11:03 +01:00
removed parameter bug
This commit is contained in:
parent
f369a13d37
commit
00fd102f81
@ -254,7 +254,7 @@ def main():
|
|||||||
if not containers:
|
if not containers:
|
||||||
print('Skipped due to no running containers using this volume.')
|
print('Skipped due to no running containers using this volume.')
|
||||||
continue
|
continue
|
||||||
if args.force_file_backup:
|
if args.everything:
|
||||||
backup_everything(volume_name, containers)
|
backup_everything(volume_name, containers)
|
||||||
else:
|
else:
|
||||||
default_backup_routine_for_volume(volume_name, containers)
|
default_backup_routine_for_volume(volume_name, containers)
|
||||||
|
Loading…
Reference in New Issue
Block a user