updated configuration.backup so it has a better description
This commit is contained in:
parent
d4b8859d91
commit
ec4730a7fd
1 changed files with 9 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue