# 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: