← Useful Tips
SSH / ServerSsh

rsync --dry-run: Preview an rsync operation before changing files

Use rsync --dry-run to preview an rsync operation before changing files. It cuts friction in remote-server work and long-running jobs.

rsync --dry-run

Why it helps

Use rsync --dry-run to preview an rsync operation before changing files. It cuts friction in remote-server work and long-running jobs.

How to use it

  1. Open the relevant app or terminal.
  2. Use the shortcut or command above in the relevant context.
  3. Check the result; for commands that change data, test on a small example first.
People also search for
rsync --dry-run: Preview an rsync operation before changing filesrsync --dry-runpreview an rsync operation before changing fileshow to preview an rsync operation before changing filesSSH / Server preview an rsync operation before changing files

Related tips