projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d3f4fe
)
more fabfile changes
author
bobcall
<bob@bobcall.me>
Tue, 9 Jul 2013 13:19:44 +0000
(09:19 -0400)
committer
bobcall
<bob@bobcall.me>
Tue, 9 Jul 2013 13:19:44 +0000
(09:19 -0400)
fabfile.py
patch
|
blob
|
history
diff --git
a/fabfile.py
b/fabfile.py
index 8a748d6879b490e7ee707f17c75529a23fe078b0..5c909def92cb8de31f023121297c4a6e711495db 100644
(file)
--- a/
fabfile.py
+++ b/
fabfile.py
@@
-205,3
+205,9
@@
def update_reqs():
def update_code():
env.run('cd %s; git pull' % env.proj_dir)
+@task
+def backup()
+ """
+ Create backup using bup
+ """
+