diff --git a/atrcopy/__init__.py b/atrcopy/__init__.py index 7850e11..27a55ec 100644 --- a/atrcopy/__init__.py +++ b/atrcopy/__init__.py @@ -79,6 +79,8 @@ def find_diskimage(filename): def extract_files(image, files): + if options.all: + files = image.files for name in files: try: dirent = image.find_dirent(name)