| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Keep key configurations and share them among your computers
Files ~/.mackup.cfg, ~/.mackup/my-files.cfg and ~/.config/rclone/rclone.conf should be in your system
Directory ~/.dot-files-rclone should be created
Run
rclone copy -v --password-command "/path/to/script/that/outputs/password.sh" \
"dot-files:${MACHINE_OS}" \
~/.dot-files-rclone/ # MACHINE_OS can be MacOS or Ubuntu`Run mackup restore
Note: I may try to replace rclone copy/sync with rclone mount, for the moment I did not want to add another dependency (osxfuse)
| Back | FazBrowse Home | New Git URL |