delete.rst.inc 897 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_delete:
  3. borg delete
  4. -----------
  5. ::
  6. borg delete <options> TARGET
  7. positional arguments
  8. TARGET
  9. archive or repository to delete
  10. optional arguments
  11. ``-p``, ``--progress``
  12. | show progress display while deleting a single archive
  13. ``-s``, ``--stats``
  14. | print statistics for the deleted archive
  15. ``-c``, ``--cache-only``
  16. | delete only the local cache for the given repository
  17. ``--force``
  18. | force deletion of corrupted archives
  19. ``--save-space``
  20. | work slower, but using less space
  21. `Common options`_
  22. |
  23. Description
  24. ~~~~~~~~~~~
  25. This command deletes an archive from the repository or the complete repository.
  26. Disk space is reclaimed accordingly. If you delete the complete repository, the
  27. local cache for it (if any) is also deleted.