Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
BORG-DELETE(1)                 borg backup tool                 BORG-DELETE(1)

NAME
       borg-delete - Delete an existing repository or archives

SYNOPSIS
       borg  [common  options]  delete  [options] [REPOSITORY_OR_ARCHIVE] [AR-
       CHIVE...]

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.

       When using --stats, you will get some statistics about  how  much  data
       was deleted - the "Deleted data" deduplicated size there is most inter-
       esting as that is how much your repository will  shrink.   Please  note
       that the "All archives" stats refer to the state after deletion.

OPTIONS
       See borg-common(1) for common options of Borg commands.

   arguments
       REPOSITORY_OR_ARCHIVE
              repository or archive to delete

       ARCHIVE
              archives to delete

   optional arguments
       -n, --dry-run
              do not change repository

       -s, --stats
              print statistics for the deleted archive

       --cache-only
              delete only the local cache for the given repository

       --force
              force  deletion  of  corrupted  archives, use --force --force in
              case --force does not work.

       --save-space
              work slower, but using less space

   Archive filters
       -P PREFIX, --prefix PREFIX
              only consider archive names starting with this prefix.

       -a GLOB, --glob-archives GLOB
              only consider archive names matching the glob. sh: rules  apply,
              see "borg help patterns". --prefix and --glob-archives are mutu-
              ally exclusive.

       --sort-by KEYS
              Comma-separated list of sorting keys; valid keys are: timestamp,
              name, id; default is: timestamp

       --first N
              consider first N archives after other filters were applied

       --last N
              consider last N archives after other filters were applied

EXAMPLES
          # delete a single backup archive:
          $ borg delete /path/to/repo::Monday

          # delete the whole repository and the related local cache:
          $ borg delete /path/to/repo
          You requested to completely DELETE the repository *including* all archives it contains:
          repo                                 Mon, 2016-02-15 19:26:54
          root-2016-02-15                      Mon, 2016-02-15 19:36:29
          newname                              Mon, 2016-02-15 19:50:19
          Type 'YES' if you understand this and want to continue: YES

SEE ALSO
       borg-common(1)

AUTHOR
       The Borg Collective

                                  2021-03-22                    BORG-DELETE(1)

Czas wygenerowania: 0.00036 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2025 Linux.pl
Hosted by Hosting Linux.pl