Skip to content

Commit

Permalink
rsync preserve times
Browse files Browse the repository at this point in the history
  • Loading branch information
muharem committed Feb 29, 2024
1 parent 7e2f74c commit 11ef6ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ pub fn copy_to_remote(
rsync_to
.arg("--links")
.arg("--recursive")
.arg("--times")
.arg("--quiet")
.arg("--delete")
.arg("--compress")
Expand Down

0 comments on commit 11ef6ea

Please sign in to comment.