debug-delete-obj.rst.inc 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. _borg_debug-delete-obj:
  2. borg debug-delete-obj
  3. ---------------------
  4. ::
  5. usage: borg debug-delete-obj [-h] [--critical] [--error] [--warning] [--info]
  6. [--debug] [--lock-wait N] [--show-version]
  7. [--show-rc] [--no-files-cache] [--umask M]
  8. [--remote-path PATH]
  9. [REPOSITORY] IDs [IDs ...]
  10. delete the objects with the given IDs from the repo
  11. positional arguments:
  12. REPOSITORY repository to use
  13. IDs hex object ID(s) to delete from the repo
  14. optional arguments:
  15. -h, --help show this help message and exit
  16. --critical work on log level CRITICAL
  17. --error work on log level ERROR
  18. --warning work on log level WARNING (default)
  19. --info, -v, --verbose
  20. work on log level INFO
  21. --debug work on log level DEBUG
  22. --lock-wait N wait for the lock, but max. N seconds (default: 1).
  23. --show-version show/log the borg version
  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.