Skip to content

Commit

Permalink
Merge pull request #20 from paritytech/muharem-rsync-preserve-times
Browse files Browse the repository at this point in the history
rsync: preserve times
  • Loading branch information
muharem authored Mar 2, 2024
2 parents 7e2f74c + 11ef6ea commit ec10bac
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 ec10bac

Please sign in to comment.