Skip to content

Commit

Permalink
Update sparseFlag from --sparse to --write-sparse-files (#1718)
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>

Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
  • Loading branch information
r4rajat committed Nov 2, 2022
1 parent d8365f9 commit 10c6724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kopia/command/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const (
tagsFlag = "--tags"
unsafeIgnoreSourceFlag = "--unsafe-ignore-source"
ownerFlag = "--owner"
sparseFlag = "--sparse"
sparseFlag = "--write-sparse-files"

// Server specific
addSubCommand = "add"
Expand Down

0 comments on commit 10c6724

Please sign in to comment.