2
0

debug-delete-obj.rst.inc 1016 B

1234567891011121314151617181920212223242526272829
  1. .. _borg_debug-delete-obj:
  2. borg debug-delete-obj
  3. ---------------------
  4. ::
  5. usage: borg debug-delete-obj [-h] [-v] [--show-rc] [--no-files-cache]
  6. [--umask M] [--remote-path PATH]
  7. [REPOSITORY] IDs [IDs ...]
  8. delete the objects with the given IDs from the repo
  9. positional arguments:
  10. REPOSITORY repository to use
  11. IDs hex object ID(s) to delete from the repo
  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. Description
  21. ~~~~~~~~~~~
  22. This command deletes objects from the repository.