diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 31ae53450..f04713cb0 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -515,6 +515,7 @@ class Archiver: dry_run = args.dry_run t0 = datetime.utcnow() t0_monotonic = time.monotonic() + logger.info('Creating archive at "%s"' % args.location.orig) if not dry_run: with Cache(repository, key, manifest, do_files=args.cache_files, progress=args.progress, lock_wait=self.lock_wait, permit_adhoc_cache=args.no_cache_sync,