Re: Rsync on a single server

2010-04-28 Thread David Schoen
On 28 April 2010 12:48, Legionnaire1 mich...@ithinkdevelopment.com wrote: 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 That seems a tad unlikely...

Re: Rsync on a single server

2010-04-28 Thread Henri Shustak
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 the

Re: Rsync on a single server

2010-04-28 Thread Henri Shustak
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 the

Re: Rsync on a single server

2010-04-27 Thread Legionnaire1
to the other domains on a regular basis. Site mirroring on a single server. I was told rsync would handle this but so far I haven't been able to figure out how. Any help would be greatly appreciated as I'm already past deadline on this. Thanks much! Michael -- View this message

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