updated configuration.backup so it has a better description

This commit is contained in:
ronnyabraham 2023-05-18 15:40:51 +03:00
parent d4b8859d91
commit ec4730a7fd

View file

@ -23,6 +23,15 @@ def deploy(param=None):
@task
def backup(param=None):
"""
reads template files from the project and stores them
options are to store:
configuration files from projectname/usr/etc
meta files from projectname/usr/meta
readmes from projectname/share/readmes
"""
param_list = ['conf', 'meta', 'readmes']
if not param: