mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-03 04:04:45 -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,7 +1846,11 @@ func main() {
|
|||||||
Usage: "enable the profiling tool and listen on the specified address:port",
|
Usage: "enable the profiling tool and listen on the specified address:port",
|
||||||
Argument: "<address:port>",
|
Argument: "<address:port>",
|
||||||
},
|
},
|
||||||
}
|
cli.StringFlag{
|
||||||
|
Name: "comment",
|
||||||
|
Usage: "value that is ignored by duplicity (useful for identifying process)",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
app.HideVersion = true
|
app.HideVersion = true
|
||||||
app.Name = "duplicacy"
|
app.Name = "duplicacy"
|
||||||
|
|||||||
Reference in New Issue
Block a user