Recover repository items that were removed, but that have not yet been deleted via garbage collection.
bupstash recover-removed [OPTIONS]
bupstash recover-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 accidental
invocations of bupstash-rm.
bupstash recover-removed
requires 'put' and 'get' permissions for the repository being operated on.
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
.
Suppress progress indicators (Progress indicators are also suppressed when stderr is not an interactive terminal).
Be quiet, implies --no-progress.
The repository to connect to. May be of the form ssh://$SERVER/$PATH
for
remote repositories if ssh access is configured.
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.