debug-delete-obj.rst.inc 1.6 KB

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