mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-04 20:54:44 -06:00
Add new qualifier, -comment, to more easily identify specific jobs.
This qualifier allows specific text to be associated with a backup job to easily associate what repository (or other context) a duplicacy job is running on behalf of.
This commit is contained in:
@@ -1846,6 +1846,10 @@ func main() {
|
||||
Usage: "enable the profiling tool and listen on the specified address:port",
|
||||
Argument: "<address:port>",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "comment",
|
||||
Usage: "value that is ignored by duplicity (useful for identifying process)",
|
||||
},
|
||||
}
|
||||
|
||||
app.HideVersion = true
|
||||
|
||||
Reference in New Issue
Block a user