Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Disable xattr copy in rsync (#2320)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Evans <beevans@whamcloud.com>
  • Loading branch information
beevans authored Oct 9, 2020
1 parent 8468c7d commit 641a41f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iml-agent/src/action_plugins/stratagem/action_filesync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ fn do_rsync<'a>(
let output = Command::new("rsync")
.arg("-a")
.arg("-t")
.arg("-X")
.arg(&work.src_file)
.arg(&work.dest_file)
.output()
Expand Down

0 comments on commit 641a41f

Please sign in to comment.