2016-07-05 21:30:08 +00:00
|
|
|
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
|
|
|
|
|
2015-11-13 15:42:16 +00:00
|
|
|
.. _borg_delete:
|
|
|
|
|
|
|
|
borg delete
|
|
|
|
-----------
|
|
|
|
::
|
|
|
|
|
2016-04-09 23:28:18 +00:00
|
|
|
borg delete <options> TARGET
|
|
|
|
|
|
|
|
positional arguments
|
|
|
|
TARGET
|
|
|
|
archive or repository to delete
|
|
|
|
|
|
|
|
optional arguments
|
|
|
|
``-p``, ``--progress``
|
|
|
|
| show progress display while deleting a single archive
|
|
|
|
``-s``, ``--stats``
|
|
|
|
| print statistics for the deleted archive
|
|
|
|
``-c``, ``--cache-only``
|
|
|
|
| delete only the local cache for the given repository
|
2016-07-05 23:33:53 +00:00
|
|
|
``--force``
|
|
|
|
| force deletion of corrupted archives
|
2016-04-09 23:28:18 +00:00
|
|
|
``--save-space``
|
|
|
|
| work slower, but using less space
|
|
|
|
|
|
|
|
`Common options`_
|
|
|
|
|
|
|
|
|
|
2015-11-13 15:42:16 +00:00
|
|
|
Description
|
|
|
|
~~~~~~~~~~~
|
|
|
|
|
|
|
|
This command deletes an archive from the repository or the complete repository.
|
|
|
|
Disk space is reclaimed accordingly. If you delete the complete repository, the
|
|
|
|
local cache for it (if any) is also deleted.
|