Skip to content

Commit

Permalink
Use checksum to decide if a file gets rsync over to stagingyum
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Nov 1, 2023
1 parent c924d18 commit 646e807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload_stage_rpms
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
USER='yumrepostage'
HOST='web01.osuosl.theforeman.org'

rsync --archive --verbose --partial --one-file-system --delete-after "tmp/$PROJECT/$VERSION" "$USER@$HOST:rsync_cache/$PROJECT"
rsync --checksum --archive --verbose --partial --one-file-system --delete-after "tmp/$PROJECT/$VERSION" "$USER@$HOST:rsync_cache/$PROJECT"

0 comments on commit 646e807

Please sign in to comment.