1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-15 15:53:26 +00:00

Added backup --dry-run option.

This commit is contained in:
niknah
2017-09-06 19:19:36 +10:00
parent 197d20f0e0
commit 457e518151
5 changed files with 35 additions and 12 deletions

View File

@@ -55,6 +55,7 @@ type Config struct {
chunkPool chan *Chunk `json:"-"`
numberOfChunks int32
dryRun bool
}
// Create an alias to avoid recursive calls on Config.MarshalJSON