Disable atimes in rsync (#743)

Some very old distros like ubuntu dont have that option
This commit is contained in:
Itxaka 2025-04-05 20:41:15 +02:00 committed by GitHub
parent 86d710dd02
commit c94cd8c685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,6 @@ func SyncData(log sdkTypes.KairosLogger, runner v1.Runner, fs v1.FS, source stri
"--human-readable",
"--archive", // recursive, symbolic links, permissions, owner, group, modification times, device files, special files
"--acls", // preserve ACLS and permissions
"--atimes", // preserve access times
}
for _, e := range excludes {