summaryrefslogtreecommitdiff
path: root/obnam
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2008-12-03 23:55:28 +0200
committerLars Wirzenius <liw@liw.fi>2008-12-03 23:55:28 +0200
commite94a0963cb27fa4e1ce75305f3fcc38f9d63e5ab (patch)
tree721e44c4a8391a19b1b14a8e4a89a177eec693a8 /obnam
parent32419256206effca753f35981f7b6fb76117f91c (diff)
downloadobnam-e94a0963cb27fa4e1ce75305f3fcc38f9d63e5ab.tar.gz
Added a simple main program.
Diffstat (limited to 'obnam')
-rwxr-xr-xobnam21
1 files changed, 21 insertions, 0 deletions
diff --git a/obnam b/obnam
new file mode 100755
index 00000000..3fcc4f2c
--- /dev/null
+++ b/obnam
@@ -0,0 +1,21 @@
+# Copyright (C) 2008 Lars Wirzenius <liw@liw.fi>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+
+import obnamlib
+
+
+obnamlib.BackupApplication().run()