diff --git a/src/borg/archive.py b/src/borg/archive.py index 3de559e10..952fe82a4 100644 --- a/src/borg/archive.py +++ b/src/borg/archive.py @@ -1144,9 +1144,6 @@ class FilesystemObjectProcessors: # read-special mode, but we better play safe as this was wrong in the past: path_hash = None known, ids = False, None - first_run = not cache.files and 'd' not in cache.cache_mode - if first_run: - logger.debug('Processing files ...') chunks = None if ids is not None: # Make sure all ids are available diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 90fcff691..267af9437 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -455,6 +455,7 @@ class Archiver: skip_inodes.add((st.st_ino, st.st_dev)) except OSError: pass + logger.debug('Processing files ...') for path in args.paths: if path == '-': # stdin path = args.stdin_name