bupstash-restore-removed
SYNOPSIS
Restore repository items that were removed, but that have not
yet been deleted via garbage collection.
bupstash restore-removed [OPTIONS]
DESCRIPTION
bupstash restore-removed
allows a user to undo all 'rm' operations that
have taken place since the last invocation of bupstash-gc.
In other words, this command provides a way to correct errors and other unforeseen accidental
invocations of bupstash-rm.
bupstash restore-removed
requires 'put' and 'get' permissions for the repository being operated on.
OPTIONS
- -r, --repository REPO
- The repository to connect to and operate on.
May be of the form
ssh://$SERVER/$PATH
for
remote repositories if ssh access is configured.
If not specified, is set to BUPSTASH_REPOSITORY
.
- -q, --quiet
- Suppress progress indicators (Progress indicators are also suppressed when stderr
is not an interactive terminal).
ENVIRONMENT
- BUPSTASH_REPOSITORY
The repository to connect to. May be of the form ssh://$SERVER/$PATH
for
remote repositories if ssh access is configured.
- BUPSTASH_REPOSITORY_COMMAND
A command to run to connect to an instance of bupstash-serve. This
allows more complex connections to the repository for less common use cases.
SEE ALSO
bupstash, bupstash-rm, bupstash-gc