Disable atimes in rsync (#743)

Some very old distros like ubuntu dont have that option

(cherry picked from commit c94cd8c685)
This commit is contained in:
Itxaka 2025-04-05 20:41:15 +02:00
parent b45d95c256
commit 626423b252

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 {