aboutsummaryrefslogtreecommitdiff
path: root/metadot
diff options
context:
space:
mode:
Diffstat (limited to 'metadot')
-rwxr-xr-xmetadot3
1 files changed, 3 insertions, 0 deletions
diff --git a/metadot b/metadot
index 8d8a4e5..1f39888 100755
--- a/metadot
+++ b/metadot
@@ -79,6 +79,9 @@ elif [ "$OPT" == "ls" ]; then
ls -1 $MODULES
elif [ "$OPT" == "update" ]; then
( cd $DOT && git pull origin master && git submodule update --init )
+elif [ "$OPT" == "backup" ]; then
+ shift
+ metadot_backup $1
elif [ "$OPT" == "load" ]; then
shift