summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2006-11-12 22:43:24 +0200
committerLars Wirzenius <liw@iki.fi>2006-11-12 22:43:24 +0200
commit14480b897b875166f1394fbaeae40c7fe86b0eaf (patch)
tree8153f111134d870aeafe339702e162ed5037b6f9 /README
parent5c702c1fd3b70d5a6953fbe3dd24300d7692638a (diff)
downloadobnam-14480b897b875166f1394fbaeae40c7fe86b0eaf.tar.gz
Added meta files.
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..3470b6c8
--- /dev/null
+++ b/README
@@ -0,0 +1,27 @@
+README for Obnam, a backup program
+==================================
+
+This is an alpha version of Obnam, a backup system. This README needs
+some serious work, but the following sample command lines hopefully
+can get you going:
+
+ ./cli.py --store=/foo/store --cache=/foo/cache -C $HOME backup .
+
+ Back up everything in your home directory. Store backups in
+ /foo in the sub-directories store and cache.
+
+ ./cli.py --store=/foo/store --cache=/foo/cache generations
+
+ Show the UUID of each generation (in time order) that exist in
+ the backup.
+
+ ./cli.py --store=/foo/store --cache=/foo/cache show-generations UUID
+
+ Show the contents of a generation, given its UUID.
+
+ ./cli.py --store=/foo/store --cache=/foo/cache forget UUID
+
+ Remove the contents of a generation from the backup, given its
+ UUID.
+
+Please mail bug reports and suggestions to liw@iki.fi, thanks.