From 4f0e30e39b82e5ca9149431a60fb688b8b927d65 Mon Sep 17 00:00:00 2001 From: Mustafa Senoglu Date: Mon, 31 Aug 2026 22:27:51 +0300 Subject: [PATCH] docs: add elevator pitch summary to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Borg-import: Convert rsnapshot, rsync-time-backup, or rsync backups into a Borg repository — preserving timestamps, handling key rotation, and consolidating archives with one command. Fixes #17 Signed-off-by: Mustafa Senoglu --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index b1a44c4..0826e9e 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,10 @@ What is borg-import? borg-import converts backups made with other backup software into the format used by `BorgBackup `_. +Elevator pitch: seamlessly migrate your rsnapshot, rsync-time-backup, or rsync backups +into a Borg repository — preserving timestamps, handling key rotation, and consolidating +archives with one command. + See ``borg-import -h`` for more information. Potential advantages over doing it manually