> This is exactly why you use rsync - no need to mess with find, just
> run rsync again and it will only copy what's new. HOWEVER, know what
> you're doing, and look at the --dryrun option. By default, rsync
> decides that files have changed based on their size and modification
> time, and if you didn't do the initial copy with rsync, you mightn't
> have preserved those attributes.
That doesn't really matter. I'll may cost on disk I/O, but rsync's
checksumming algorithms will detect that the file contents on
both ends are the same and fix up the timestamps and permissions
on the destination side.
rsync -avP --exclude=.Trash/ /local/dir remotehost:/target
This will create /target/dir on the remote host.
Later,
Kenn
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!