mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:47:43 +00:00
error in case of unknown grouping option
This commit is contained in:
@@ -50,10 +50,6 @@ data after 'forget' was run successfully, see the 'prune' command.
|
||||
\fB\-\-keep\-tag\fP=[]
|
||||
keep snapshots with this \fB\fCtaglist\fR (can be specified multiple times)
|
||||
|
||||
.PP
|
||||
\fB\-G\fP, \fB\-\-group\-by\-tags\fP[=false]
|
||||
Group by host,paths,tags instead of just host,paths
|
||||
|
||||
.PP
|
||||
\fB\-\-host\fP=""
|
||||
only consider snapshots with the given \fB\fChost\fR
|
||||
@@ -70,6 +66,10 @@ data after 'forget' was run successfully, see the 'prune' command.
|
||||
\fB\-\-path\fP=[]
|
||||
only consider snapshots which include this (absolute) \fB\fCpath\fR (can be specified multiple times)
|
||||
|
||||
.PP
|
||||
\fB\-g\fP, \fB\-\-group\-by\fP="host,paths"
|
||||
string for grouping snapshots by host,paths,tags
|
||||
|
||||
.PP
|
||||
\fB\-n\fP, \fB\-\-dry\-run\fP[=false]
|
||||
do not delete anything, just print what would be done
|
||||
|
Reference in New Issue
Block a user