This reverts commit d536aca2ac42e74a0902546d28b7de0e7f639195.
@@ -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 != "" {