debug-delete-obj.rst.inc 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. .. _borg_debug-delete-obj:
  2. borg debug-delete-obj
  3. ---------------------
  4. ::
  5. usage: borg debug-delete-obj [-h] [-v] [--debug] [--lock-wait N] [--show-rc]
  6. [--no-files-cache] [--umask M]
  7. [--remote-path PATH]
  8. [REPOSITORY] IDs [IDs ...]
  9. delete the objects with the given IDs from the repo
  10. positional arguments:
  11. REPOSITORY repository to use
  12. IDs hex object ID(s) to delete from the repo
  13. optional arguments:
  14. -h, --help show this help message and exit
  15. -v, --verbose, --info
  16. enable informative (verbose) output, work on log level
  17. INFO
  18. --debug enable debug output, work on log level DEBUG
  19. --lock-wait N wait for the lock, but max. N seconds (default: 1).
  20. --show-rc show/log the return code (rc)
  21. --no-files-cache do not load/update the file metadata cache used to
  22. detect unchanged files
  23. --umask M set umask to M (local and remote, default: 0077)
  24. --remote-path PATH set remote path to executable (default: "borg")
  25. Description
  26. ~~~~~~~~~~~
  27. This command deletes objects from the repository.