Procházet zdrojové kódy

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

ashmodei před 6 roky
rodič
revize
81f10266e3
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/borg/archiver.py

+ 1 - 0
src/borg/archiver.py

@@ -541,6 +541,7 @@ class Archiver:
         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,