[Checkins] SVN: www.zope.org/trunk/etc/cron.d/ - adding a sample cron snippet for weekly ZODB packing

Jens Vagelpohl jens at dataflake.org
Thu Aug 21 13:41:12 EDT 2008


Log message for revision 90087:
  - adding a sample cron snippet for weekly ZODB packing

Changed:
  A   www.zope.org/trunk/etc/cron.d/
  A   www.zope.org/trunk/etc/cron.d/README
  A   www.zope.org/trunk/etc/cron.d/zeopack

-=-
Added: www.zope.org/trunk/etc/cron.d/README
===================================================================
--- www.zope.org/trunk/etc/cron.d/README	                        (rev 0)
+++ www.zope.org/trunk/etc/cron.d/README	2008-08-21 17:41:11 UTC (rev 90087)
@@ -0,0 +1,5 @@
+This folder contains cron snippets for various maintenance tasks. These can
+be linked or copied into /etc/cron.d.
+
+Please not that these files contain HARDCODED PATHS, so check and adjust 
+them before usage. 

Added: www.zope.org/trunk/etc/cron.d/zeopack
===================================================================
--- www.zope.org/trunk/etc/cron.d/zeopack	                        (rev 0)
+++ www.zope.org/trunk/etc/cron.d/zeopack	2008-08-21 17:41:11 UTC (rev 90087)
@@ -0,0 +1,2 @@
+# Pack the zope.org storage every Sunday at 4:43 AM
+43 4 * * 0      zope    /var/zope/www.zope.org/bin/zeopack



More information about the Checkins mailing list