1
0
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:
Jeff Coffler
2018-03-28 09:41:56 -07:00
parent 5d2242d39d
commit e74ab809ae

View File

@@ -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"