]> git.parisson.com Git - tools.git/commitdiff
Add bakcup_di as first argument
authoryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 7 Jan 2008 23:36:35 +0000 (23:36 +0000)
committeryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 7 Jan 2008 23:36:35 +0000 (23:36 +0000)
git-svn-id: http://svn.parisson.org/svn/tools/trunk@26 457c0346-1240-4656-8a5a-9edca8063506

zope_backup.py

index 62bee5a21458a10e55729cb70f3bf45cdbdc8d1d..e4240f71e63c13e8c7400f045b6a187f886e2990 100755 (executable)
@@ -2,16 +2,17 @@
 # Backups all zope instances (any versions)
 #
 # Depends : zope_instance.py
-# Copyright (C) 2007 Guillaume Pellerin
+# Copyright (C) 2007-2008 Guillaume Pellerin
 
 import os
 import sys
 from zope_instance import *
 
-version = '0.1'
-info = 'zope_backup v'+version+'\n'+
-       """Usage: zope_backup DIRECTORY
-       where DIRECTORY is the folder where you want to backup 
+version = '0.2'
+info = 'zope_backup v'+version+'\n'+ \
+       """Copyright (C) 2007-2008 Guillaume Pellerin
+       Usage: zope_backup DIRECTORY
+       where DIRECTORY is the directory where you want to backup 
        the instances of the different versions of zope."""
 
 if len(sys.argv) < 2: