From: yomguy Date: Mon, 7 Jan 2008 23:36:35 +0000 (+0000) Subject: Add bakcup_di as first argument X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=94cf641a339cd812e9c503df2cee3b918093bd06;p=tools.git Add bakcup_di as first argument git-svn-id: http://svn.parisson.org/svn/tools/trunk@26 457c0346-1240-4656-8a5a-9edca8063506 --- diff --git a/zope_backup.py b/zope_backup.py index 62bee5a..e4240f7 100755 --- a/zope_backup.py +++ b/zope_backup.py @@ -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: