Forrest logo
back to the rsync tool

rsync:ai:01c5d

Copy a file and show progress using rsync command
$ rsync -ah --info=progress2 source_file destination_file
try on your machine

Copy a file and show progress using rsync command

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how do I copy a file and show progress?
back to the rsync tool