Skip to content

Commit 626423b

Browse files
committed
Disable atimes in rsync (#743)
Some very old distros like ubuntu dont have that option (cherry picked from commit c94cd8c)
1 parent b45d95c commit 626423b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/utils/common.go

-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ func SyncData(log sdkTypes.KairosLogger, runner v1.Runner, fs v1.FS, source stri
185185
"--human-readable",
186186
"--archive", // recursive, symbolic links, permissions, owner, group, modification times, device files, special files
187187
"--acls", // preserve ACLS and permissions
188-
"--atimes", // preserve access times
189188
}
190189

191190
for _, e := range excludes {

0 commit comments

Comments
 (0)