rsync
CLIFast, versatile file copy and sync tool for local and remote transfers.
Sync directory to remote server~97% est.
rsync -avz --progress ./local/ user@host:/remote/path/file-archive2 recipes
rclone
CLISync files to and from cloud storage (S3, GCS, Dropbox, etc.).
Sync local to S3 bucket~95% est.
rclone sync ./local remote:bucket-namefile-archive3 recipes