run: Improve error diagnostics for chdir(2) failure.
[dss.git] / README
diff --git a/README b/README
index 6a5a31e0880ed4c55dc3b61cdb0d1600dd085d89..c5abb2923cc7ca9cd415ccdcbce9dd56ece4d0fd 100644 (file)
--- a/README
+++ b/README
@@ -2,18 +2,27 @@ dss creates hardlink-based snapshots of a given directory on a remote
 or local host using rsync's link-dest feature.
 
 dss is admin friendly: It is easy to configure and needs little
-attention once dss is configured to run in daemon mode because dss
-keeps track of the available disk space and removes snapshots if disk
-space becomes sparse or snapshots become older than the specified time.
+attention once configured to run in daemon mode. It keeps track of
+the available disk space and removes snapshots if disk space becomes
+sparse or snapshots become older than the specified time. Also, due
+to the hardlink-based approach, there is only one type of backup.
+Hence no full, incremental or differential backups need to be
+configured, and there is no database to maintain.
 
-It's also user-friendly because users can browse the snapshot
-directories and see the contents of the file system at the time the
-snapshot was taken. For example, users can simply copy data from the
-snapshot directory back to the live system in case they deleted files
-by accident.
+dss is also user-friendly because users can browse the snapshot
+directories without admin intervention and see the contents of the file
+system at the various times a snapshot was taken. Each snaphot looks
+like a full backup, so users can easily restore accidentally removed
+files by using their favorite file browser to simply copy files from
+the snapshot directory back to the live system.
+
+dss gives your data an additional level of security besides the usual
+tape-based backups: If the file server goes down and all data is lost
+you can simply use the most recent snapshot as an immediate replacement
+-- no need for a restore from tape that takes days to complete.
 
 Snapshot pruning takes place in a dyadic fashion: Many recent snapshots
 are available, but the number of snapshots per time interval decreases
 exponentially. For example, one can configure dss so that it keeps
 16 snapshots not older than one week, 8 snapshots between one and
-two weeks old, 4 snapshots between two and three weeks old and so on.
+two weeks old, 4 snapshots between two and three weeks old, and so on.