Skip to content

Commit

Permalink
better default flags
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Apr 3, 2018
1 parent f3913c8 commit d83a4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
Interval: time.Duration(intervalSeconds) * time.Second,
LocationFrom: getEnv("IRSYNC_FROM", "./"),
LocationTo: getEnv("IRSYNC_TO", "./data"),
Flags: getEnv("IRSYNC_FLAGS", "-avzr"),
Flags: getEnv("IRSYNC_FLAGS", "-ogplvrt"),
Delete: deleteFiles,
}

Expand Down

0 comments on commit d83a4d7

Please sign in to comment.