mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-06 00:03:38 +00: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,7 +1846,11 @@ 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
|
||||
app.Name = "duplicacy"
|
||||
|
||||
Reference in New Issue
Block a user