delete.rst.inc 751 B

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