Re: include/exclude Problem

2010-04-27 Thread Henri Shustak
I want to sync /etc /home and /usr/local (and all files/dirs beneath) to REMOTEHOST:/dest There are some huge files in /home which I want to exclued I have set up an include/exclude file but I still get too much files. Also the excluded file is synced /usr/bin/rsync -av

Re: Rsync on a single server

2010-04-27 Thread Legionnaire1
Addendum: I seem to have been successful in copying files from one of the domains to the other using the following: rsync -auvn /path/to/source/directory /path/to/destination/directory I can only assume everything new/changed was copied as I now need the mysql database copied from one domain to

Re: Rsync on a single server

2010-04-27 Thread Matt McCutchen
On Tue, 2010-04-27 at 19:48 -0700, Legionnaire1 wrote: I can only assume everything new/changed was copied as I now need the mysql database copied from one domain to the other. Is it possible to copy the mysql database using rsync on the /mysql/mydomain to /mysql/myotherdomain or do I have to