|
From: Nikhil on 5 May 2008 03:07 Matthew Lincoln wrote: > As a first step in developing a rsync procedure I would like just to simulate the > coded rsync command. In other words I want to preview the transferred files at first. > > How can I do such a simulated run? > > Matthew try the '--dry-run' or '-n' options to the rsync command
From: Nico Kadel-Garcia on 5 May 2008 10:01 Matthew Lincoln wrote: > As a first step in developing a rsync procedure I would like just to simulate the > coded rsync command. In other words I want to preview the transferred files at first. > > How can I do such a simulated run? > > Matthew You chould use 'rsync -v --dry-run [arguments]' I use this to pre-test all sorts of things.
|
Pages: 1 Prev: Is there a way to simulate/preview (but not really do) rsync ? Next: Samba / internet iptables |