welcome: please sign in

Diff for "MemberManual/MigrationGuide"

Differences between revisions 1 and 2
Revision 1 as of 2007-05-17 02:21:41
Size: 530
Editor: AdamChlipala
Comment:
Revision 2 as of 2007-05-17 04:47:24
Size: 739
Comment: rsync -a
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

= rsync =

If you're using rsync to transfer data to the new servers, the "-a" option by itself won't work properly because rsync attempts to chgrp the transferred files. Use "-a --no-g" instead of "-a".

For the purposes of this page, we'll use the name New to refer to the servers hosted at Peer 1 (which are deleuze, mire, and eventually abulafia) and Old to refer to any servers that we've used previously.

DNS

We are purposely not sending any DNS data from New to Old, which means that you need to change domains at your registrar if you want New to be authoritative for them. The proper nameservers are deleuze.hcoop.net and mire.hcoop.net, in that order. Keeping ns.hcoop.net and ns2.hcoop.net will not work.

rsync

If you're using rsync to transfer data to the new servers, the "-a" option by itself won't work properly because rsync attempts to chgrp the transferred files. Use "-a --no-g" instead of "-a".

MemberManual/MigrationGuide (last edited 2012-12-17 21:12:48 by ClintonEbadi)