Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning that things won't be backed up #1266

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,23 @@ mackup restore

Done!

** Mackup won't backup private data by default (ssh keys, bitcoin wallets)**
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to make it bold, everything is important in here.


To backup sensitive data, create a config file for that application.

```
touch ~/.mackup/ssh.cfg
```

Define what to backup in the config file
```
spuder marked this conversation as resolved.
Show resolved Hide resolved
[application]
name = SSH

[configuration_files]
.ssh
```

You can find more detailed instructions in [INSTALL.md](INSTALL.md).

## Usage
Expand Down Expand Up @@ -190,7 +207,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/)
spuder marked this conversation as resolved.
Show resolved Hide resolved
- [Blackfire](https://blackfire.io/)
- [Blender](https://blender.org/)
- [Boto](https://github.com/boto/boto)
Expand Down