diff --git a/worker/rsync_provider.go b/worker/rsync_provider.go index 8009714..aafd761 100644 --- a/worker/rsync_provider.go +++ b/worker/rsync_provider.go @@ -49,8 +49,6 @@ func newRsyncProvider(c rsyncConfig) (*rsyncProvider, error) { if c.useIPv6 { options = append(options, "-6") - } else { - options = append(options, "-4") } if c.excludeFile != "" {