From 8b3a8b76f7a7a7b261549998629ba5669f91ed8d Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Tue, 4 Dec 2018 14:17:46 -0700 Subject: [PATCH 1/2] Add warning that things won't be backed up --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7117d10f..229ab158c 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,21 @@ mackup restore Done! +**Warning Mackup won't backup private data by default (ssh keys, bitcoin wallets)** + +To backup sensitive data, create a config file for that application + +``` +touch ~/.mackup/ssh.config +``` +``` +[application] +name = SSH + +[configuration_files] +.ssh +``` + You can find more detailed instructions in [INSTALL.md](INSTALL.md). ## Usage @@ -190,7 +205,7 @@ See the [README](doc/README.md) file in the doc directory for more info. - [BetterTouchTool](http://www.boastr.net/) - [BibDesk](http://bibdesk.sourceforge.net/) - [Billings Pro Server Admin](https://www.marketcircle.com/billingspro/download/billingspro-server/) -- [Bitchx](http://www.bitchx.org/) +- [Jerkx](http://www.jerkx.org/) - [Blackfire](https://blackfire.io/) - [Blender](https://blender.org/) - [Boto](https://github.com/boto/boto) From 0a784f49774948248dfe4a1fa1a1644e65f45e79 Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Wed, 16 Jan 2019 09:16:12 -0700 Subject: [PATCH 2/2] Update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 229ab158c..17c214e36 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,15 @@ mackup restore Done! -**Warning Mackup won't backup private data by default (ssh keys, bitcoin wallets)** +** Mackup won't backup private data by default (ssh keys, bitcoin wallets)** -To backup sensitive data, create a config file for that application +To backup sensitive data, create a config file for that application. ``` -touch ~/.mackup/ssh.config +touch ~/.mackup/ssh.cfg ``` + +Define what to backup in the config file ``` [application] name = SSH