mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-24 07:01:59 +00:00
Added PATH::archive output for creation function on info log level. (#4157)
added repo::archive output for creation function on info log level, fixes #3561
This commit is contained in:
parent
78a3f2475e
commit
6ca926d3bd
1 changed files with 1 additions and 0 deletions
|
@ -515,6 +515,7 @@ def create_inner(archive, cache, fso):
|
||||||
dry_run = args.dry_run
|
dry_run = args.dry_run
|
||||||
t0 = datetime.utcnow()
|
t0 = datetime.utcnow()
|
||||||
t0_monotonic = time.monotonic()
|
t0_monotonic = time.monotonic()
|
||||||
|
logger.info('Creating archive at "%s"' % args.location.orig)
|
||||||
if not dry_run:
|
if not dry_run:
|
||||||
with Cache(repository, key, manifest, do_files=args.cache_files, progress=args.progress,
|
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,
|
lock_wait=self.lock_wait, permit_adhoc_cache=args.no_cache_sync,
|
||||||
|
|
Loading…
Reference in a new issue