mirror of
				https://github.com/kevinveenbirkenbach/docker-volume-backup.git
				synced 2025-10-31 16:49:02 +00:00 
			
		
		
		
	removed parameter bug
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user