info.rst.inc 897 B

12345678910111213141516171819202122232425262728
  1. .. _borg_info:
  2. borg info
  3. ---------
  4. ::
  5. usage: borg info [-h] [-v] [--show-rc] [--no-files-cache] [--umask M]
  6. [--remote-path PATH]
  7. ARCHIVE
  8. Show archive details such as disk space used
  9. positional arguments:
  10. ARCHIVE archive to display information about
  11. optional arguments:
  12. -h, --help show this help message and exit
  13. -v, --verbose verbose output
  14. --show-rc show/log the return code (rc)
  15. --no-files-cache do not load/update the file metadata cache used to
  16. detect unchanged files
  17. --umask M set umask to M (local and remote, default: 63)
  18. --remote-path PATH set remote path to executable (default: "borg")
  19. Description
  20. ~~~~~~~~~~~
  21. This command displays some detailed information about the specified archive.