info.rst.inc 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_info:
  3. borg info
  4. ---------
  5. ::
  6. usage: borg info [-h] [--critical] [--error] [--warning] [--info] [--debug]
  7. [--lock-wait N] [--show-rc] [--no-files-cache] [--umask M]
  8. [--remote-path PATH]
  9. ARCHIVE
  10. Show archive details such as disk space used
  11. positional arguments:
  12. ARCHIVE archive to display information about
  13. optional arguments:
  14. -h, --help show this help message and exit
  15. --critical work on log level CRITICAL
  16. --error work on log level ERROR
  17. --warning work on log level WARNING (default)
  18. --info, -v, --verbose
  19. work on log level INFO
  20. --debug work on log level DEBUG
  21. --lock-wait N wait for the lock, but max. N seconds (default: 1).
  22. --show-rc show/log the return code (rc)
  23. --no-files-cache do not load/update the file metadata cache used to
  24. detect unchanged files
  25. --umask M set umask to M (local and remote, default: 0077)
  26. --remote-path PATH use PATH as borg executable on the remote (default:
  27. "borg")
  28. Description
  29. ~~~~~~~~~~~
  30. This command displays some detailed information about the specified archive.
  31. Please note that the deduplicated sizes of the individual archives do not add
  32. up to the deduplicated size of the repository ("all archives"), because the two
  33. are meaning different things:
  34. This archive / deduplicated size = amount of data stored ONLY for this archive
  35. = unique chunks of this archive.
  36. All archives / deduplicated size = amount of data stored in the repo
  37. = all chunks in the repository.