mailr20209 - in /trunk/devel_scripts: backup_mailing_lists backup_repository


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 19, 2013 - 11:09:
Author: bugman
Date: Wed Jun 19 11:09:42 2013
New Revision: 20209

URL: http://svn.gna.org/viewcvs/relax?rev=20209&view=rev
Log:
Added comments to the backup scripts to make it easier to use them.


Modified:
    trunk/devel_scripts/backup_mailing_lists
    trunk/devel_scripts/backup_repository

Modified: trunk/devel_scripts/backup_mailing_lists
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/backup_mailing_lists?rev=20209&r1=20208&r2=20209&view=diff
==============================================================================
--- trunk/devel_scripts/backup_mailing_lists (original)
+++ trunk/devel_scripts/backup_mailing_lists Wed Jun 19 11:09:42 2013
@@ -1,4 +1,11 @@
 #! /bin/sh
+
+# Shell script for backing up the relax mailing lists.
+#
+# This will download all of the mbox files (as well as the less useful HTML 
files).  To run this as a cron job, a line such as the following can be added 
to the crontab (via 'crontab -e'):
+#
+# 5 0 * * *       /data/relax/gna/backup_mailing_lists > /dev/null 2> 
/dev/null
+
 
 # Target directory.
 DIR='/data/relax/gna/relax_mailing_lists/'

Modified: trunk/devel_scripts/backup_repository
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/backup_repository?rev=20209&r1=20208&r2=20209&view=diff
==============================================================================
--- trunk/devel_scripts/backup_repository (original)
+++ trunk/devel_scripts/backup_repository Wed Jun 19 11:09:42 2013
@@ -1,4 +1,11 @@
 #! /bin/sh
+
+# Shell script for backing up the full relax SVN source code repository.
+#
+# Note that relax is big, so be warned - you will need 3+ Gb of free space.  
To run this as a cron job, a line such as the following can be added to the 
crontab (via 'crontab -e'):
+#
+# 5 0 * * *       /data/relax/gna/backup_repository > /dev/null 2> /dev/null
+
 
 # Target directory.
 DIR='/data/relax/gna/repository_backup/'




Related Messages


Powered by MHonArc, Updated Wed Jun 19 11:40:03 2013