From 948639b9d596fc05d732d01383a215095aff5960 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Fri, 23 Aug 2024 15:36:18 +0100 Subject: [PATCH] added table to readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 52adc8f..161e60c 100644 --- a/readme.md +++ b/readme.md @@ -150,6 +150,7 @@ that will be converted to the correct type for a particular tool, but this may n Some different yet similar commands should be converted to the correct type. A table below shows some of these: | Borg Command | Restic Command | Result | +| --- | --- | --- | | create | backup | creates a backup | | list | snapshots | lists archives/snapshots | | extract | restore | restores/extracts a backup |