mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-08-17 15:57:46 +00:00
Disable atimes in rsync (#743)
Some very old distros like ubuntu dont have that option
This commit is contained in:
parent
86d710dd02
commit
c94cd8c685
@ -185,7 +185,6 @@ func SyncData(log sdkTypes.KairosLogger, runner v1.Runner, fs v1.FS, source stri
|
|||||||
"--human-readable",
|
"--human-readable",
|
||||||
"--archive", // recursive, symbolic links, permissions, owner, group, modification times, device files, special files
|
"--archive", // recursive, symbolic links, permissions, owner, group, modification times, device files, special files
|
||||||
"--acls", // preserve ACLS and permissions
|
"--acls", // preserve ACLS and permissions
|
||||||
"--atimes", // preserve access times
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, e := range excludes {
|
for _, e := range excludes {
|
||||||
|
Loading…
Reference in New Issue
Block a user