Tue Feb 13 08:51:09 PST 2007
- Previous message: [Slony1-commit] slony1-www index.html
- Next message: [Slony1-commit] slony1-www/images slon-slonik.png
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-www
In directory main:/tmp/cvs-serv20479
Modified Files:
admin.html
Log Message:
Add in some documentation of things that need to get backed up, and how
to do so using Unison...
Index: admin.html
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/admin.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** admin.html 25 Jan 2007 20:00:58 -0000 1.2
--- admin.html 29 Jan 2007 19:53:06 -0000 1.3
***************
*** 104,107 ****
--- 104,203 ----
<hr>
+ <h1>Backups</h1>
+
+ <p>Both <tt>rsync</tt> and <tt>unison</tt> are installed;
+ either may be used to backup important parts of the web
+ site.</p>
+
+ <p>Here are the contents of a set of Unison <tt>.prf</tt>
+ files suitable for backing up CVS, mailing lists, and the
+ local web site contents.</p>
+
+ <ol>
+ <li>Unison configuration - <tt>cmdcvs.prf</tt>
+ <pre>
+ root = /home/cbbrowne/Slony-I/CMD/cvsbackup
+ root = ssh://cvs.slony.info//home/cvsd/slony1
+ </pre>
+ </li>
+
+ <li>Unison configuration -
+ <tt>cmdmailman-admin.prf</tt>
+ <pre>
+ root = /home/cbbrowne/Slony-I/CMD/mailman-backup/admin
+ root = ssh://cvs.slony.info//var/lib/mailman/archives/private/slony-admin
+
+ </pre>
+ </li>
+
+ <li>Unison configuration - <tt>cmdmailman-bugs.prf</tt>
+ <pre>
+ root = /home/cbbrowne/Slony-I/CMD/mailman-backup/bugs
+ root = ssh://cvs.slony.info//var/lib/mailman/archives/private/slony-bugs
+
+ </pre>
+ </li>
+
+ <li>Unison configuration -
+ <tt>cmdmailman-commit.prf</tt>
+ <pre>
+ root = /home/cbbrowne/Slony-I/CMD/mailman-backup/commit
+ root = ssh://cvs.slony.info//var/lib/mailman/archives/private/slony-commit
+
+ </pre>
+ </li>
+
+ <li>Unison configuration -
+ <tt>cmdmailman-general.prf</tt>
+ <pre>
+ root = /home/cbbrowne/Slony-I/CMD/mailman-backup/general
+ root = ssh://cvs.slony.info//var/lib/mailman/archives/private/slony-general
+
+ </pre>
+ </li>
+
+ <li>Unison configuration -
+ <tt>cmdmailman-hackers.prf</tt>
+ <pre>
+ root = /home/cbbrowne/Slony-I/CMD/mailman-backup/hackers
+ root = ssh://cvs.slony.info//var/lib/mailman/archives/private/slony-hackers
+
+ </pre>
+ </li>
+
+ <li>Unison configuration -
+ <tt>cmdmailman-patches.prf</tt>
+ <pre>
+ root = /home/cbbrowne/Slony-I/CMD/mailman-backup/patches
+ root = ssh://cvs.slony.info//var/lib/mailman/archives/private/slony-patches
+
+ </pre>
+ </li>
+
+ <li>Unison configuration - <tt>cmdweb.prf</tt>
+ <pre>
+ root = /home/cbbrowne/Slony-I/CMD/webbackup
+ root = ssh://cvs.slony.info//home/community/slony
+ </pre>
+ </li>
+ </ol>
+
+ <h2>Usage</h2>
+
+ <p>If you are using Unison, you might write the above
+ files into your local <tt>${HOME}/.unison</tt> directory,
+ and then use them as follows:</p>
+ <pre>
+ cd ${HOME}.unison
+ for target in `ls cmd*prf | cut -d "." -f 1`; do
+ unison ${target}
+ done
+ </pre>
+
+ <p>By default, this will request user intervention to
+ indicate the direction in which to propagate updates; if
+ you know what you're doing, you can tell
+ <tt>unison</tt>to "just do it."</p>
+
<address>
<a href="mailto:cbbrowne at ca.afilias.info">Christopher
***************
*** 109,113 ****
</address><!-- Created: Thu Jan 25 11:38:58 EST 2007 -->
<!-- hhmts start -->
! Last modified: Thu Jan 25 15:00:09 EST 2007
<!-- hhmts end -->
</td>
--- 205,209 ----
</address><!-- Created: Thu Jan 25 11:38:58 EST 2007 -->
<!-- hhmts start -->
! Last modified: Mon Jan 29 14:52:13 EST 2007
<!-- hhmts end -->
</td>
- Previous message: [Slony1-commit] slony1-www index.html
- Next message: [Slony1-commit] slony1-www/images slon-slonik.png
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list