2
0

list.rst.inc 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. .. _borg_list:
  2. borg list
  3. ---------
  4. ::
  5. usage: borg list [-h] [-v] [--show-rc] [--no-files-cache] [--umask M]
  6. [--remote-path PATH] [--short] [-p PREFIX]
  7. [REPOSITORY_OR_ARCHIVE]
  8. List archive or repository contents
  9. positional arguments:
  10. REPOSITORY_OR_ARCHIVE
  11. repository/archive to list contents of
  12. optional arguments:
  13. -h, --help show this help message and exit
  14. -v, --verbose verbose output
  15. --show-rc show/log the return code (rc)
  16. --no-files-cache do not load/update the file metadata cache used to
  17. detect unchanged files
  18. --umask M set umask to M (local and remote, default: 63)
  19. --remote-path PATH set remote path to executable (default: "borg")
  20. --short only print file/directory names, nothing else
  21. -p PREFIX, --prefix PREFIX
  22. only consider archive names starting with this prefix
  23. Description
  24. ~~~~~~~~~~~
  25. This command lists the contents of a repository or an archive.