Test rclone copy dry-run before a one-way file transfer
A one-way transfer is often described as the safer choice because it does not remove destination-only files. That is true of rclone copy, but it is not enough to make the command safe to place in a scheduled job. The source and destination still need to be named correctly, a dry run must show the expected scope, and a successful transfer needs a separate comparison before it becomes evidence that the copy is usable.