Skip to content

Commit

Permalink
Add warnings to README and --help about syncing private keys.
Browse files Browse the repository at this point in the history
This should really become non-default behavior, per lra#109/lra#512, but in
the meantime let's at least warn users who might not like it.
  • Loading branch information
doctaphred committed May 17, 2015
1 parent ace47e3 commit 2e4f0e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [Gmail Notifr](http://ashchan.com/projects/gmail-notifr)
- [GMVault](http://gmvault.org/)
- [Go2Shell](http://zipzapmac.com/Go2Shell)
- [GnuPG](http://www.gnupg.org/)
- [GnuPG](http://www.gnupg.org/) (NOTE: includes private keys)
- [GrandTotal 3](http://www.mediaatelier.com/GrandTotal3/)
- [Gradle](http://gradle.org)
- [Gnome SSH Tunnel Manager](http://sourceforge.net/projects/gstm/)
Expand Down Expand Up @@ -276,7 +276,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)
- [OmniFocus](http://www.omnigroup.com/products/omnifocus/)
- [OmniGraffle](http://www.omnigroup.com/omnigraffle/)
- [OpenSSH](http://www.openssh.org/)
- [OpenSSH](http://www.openssh.org/) (NOTE: includes private keys)
- [Pass](http://www.passwordstore.org/)
- [Pastebot](http://tapbots.com/software/pastebot/)
- [Path Finder](http://www.cocoatech.com/pathfinder/)
Expand Down
9 changes: 8 additions & 1 deletion mackup/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@
Modes of action:
1. list: display a list of all supported applications.
2. backup: sync your conf files to your synced storage, use this the 1st time
you use Mackup.
you use Mackup. (Note that by default this will sync private keys used by
OpenSSH and GnuPG.)
3. restore: link the conf files already in your synced storage on your system,
use it on any new system you use.
4. uninstall: reset everything as it was before using Mackup.
By default, Mackup syncs all application data (including private keys!) via
Dropbox, but may be configured to exclude applications or use a different
backend with a .mackup.cfg file.
See https://github.com/lra/mackup/tree/master/doc for more information.
"""
from docopt import docopt
from .appsdb import ApplicationsDatabase
Expand Down

0 comments on commit 2e4f0e4

Please sign in to comment.