aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-25 12:24:14 -0400
committerCraig Jennings <c@cjennings.net>2026-06-25 12:24:14 -0400
commitad4d482b9d65849b0057a7265a6cc3b4193ffd50 (patch)
tree6f23a155cbce11f01fb606ff094672d898f436e0
parente44391ed2422dcc759c9e5972bfd3aecf8216e26 (diff)
downloadrsyncshot-ad4d482b9d65849b0057a7265a6cc3b4193ffd50.tar.gz
rsyncshot-ad4d482b9d65849b0057a7265a6cc3b4193ffd50.zip
docs: tweak README intro wordingHEADmain
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index 8406359..a93199f 100644
--- a/README.org
+++ b/README.org
@@ -7,7 +7,7 @@ rsyncshot creates space-efficient backups using rsync and hard links. Each snaps
Supports backing up to local drives (USB, NFS) or remote servers via SSH.
-Inspired by [[http://www.mikerubel.org/computers/rsync_snapshots/][Mike Rubel's rsync snapshots]].
+Inspired many years ago by [[http://www.mikerubel.org/computers/rsync_snapshots/][Mike Rubel's rsync snapshots]].
* Quick Start
@@ -27,8 +27,8 @@ After setup, edit =/etc/rsyncshot/config= to set your backup destination.
* Commands
-| Command | Description |
-|----------------------------+------------------------------------------|
+| Command | Description |
+|--------------------------+------------------------------------------|
| =rsyncshot backup= | Run an immediate one-off backup |
| =rsyncshot <name> <count>= | Create snapshot with name and retention |
| =rsyncshot setup= | Install script and configure cron jobs |