Skip to content

Instantly share code, notes, and snippets.

@fotan
Created January 4, 2017 16:34
Show Gist options
  • Save fotan/f7bf72a404614995914e9ece4173754f to your computer and use it in GitHub Desktop.
Save fotan/f7bf72a404614995914e9ece4173754f to your computer and use it in GitHub Desktop.
MACKUP
https://github.com/lra/mackup
From Homebrew, on "master system" do:
# Install Mackup
brew install mackup
# Launch it and back up your files
mackup backup
From Homebrew, on any new system do:
# Install Mackup
brew install mackup
# Launch it and restore your files
mackup restore
—————————————
Usage
mackup backup
Backup your application settings.
mackup restore
Restore your application settings on a newly installed workstation.
mackup uninstall
Copy back any synced config file to its original place.
mackup list
Display the list of applications supported by Mackup.
mackup -h
Get some help, obviously...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment