1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 17:57:59 +00:00

Added PATH::archive output for creation function on info log level.

This commit is contained in:
ashmodei 2018-11-09 10:39:03 +03:00
parent fd1fe93c9a
commit 81f10266e3

View file

@ -541,6 +541,7 @@ def create_inner(archive, cache):
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,