mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-06 00:03:38 +00:00
Updated VSS flag usage
VSS flag usage now indicates support for macOS using APFS in addition to Windows
This commit is contained in:
@@ -1324,7 +1324,7 @@ func main() {
|
|||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "vss",
|
Name: "vss",
|
||||||
Usage: "enable the Volume Shadow Copy service (Windows only)",
|
Usage: "enable the Volume Shadow Copy service (Windows and macOS using APFS only)",
|
||||||
},
|
},
|
||||||
cli.IntFlag{
|
cli.IntFlag{
|
||||||
Name: "vss-timeout",
|
Name: "vss-timeout",
|
||||||
|
|||||||
Reference in New Issue
Block a user