more fabfile changes
authorbobcall <bob@bobcall.me>
Tue, 9 Jul 2013 13:19:44 +0000 (09:19 -0400)
committerbobcall <bob@bobcall.me>
Tue, 9 Jul 2013 13:19:44 +0000 (09:19 -0400)
fabfile.py

index 8a748d6879b490e7ee707f17c75529a23fe078b0..5c909def92cb8de31f023121297c4a6e711495db 100644 (file)
@@ -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
+    """
+