-
Notifications
You must be signed in to change notification settings - Fork 937
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
Ability to encrypt specific files #606
Comments
One simple solution would be to put the files to encrypt into an zip archive with encryption enabled. The other way will be to encrypt using python crypto on a file basis. |
To get ready for a future PR, each application that requires encryption can also add a new param
OTOH This feature wouldn't make sense with symlinks to a cloud drive cause then each time your terminal / iterm session is loaded, mackup will have to decrypt the files to use them. It would make more sense if you can tar up all of your settings in an encrypted password protected tar file.
Then on the second computer
But then updating these files and keeping them in sync may be a pain... |
I don' t think there should be any archive involved here. Mackup could let the plain text file in its current location and only keep the encrypted in the storage backend. The only caveat is to run |
This would be awesome! Has anyone started working on this? In the meantime, I'm using this simple |
for encrypted files, I use |
Would be cool if Mackup could encrypt the files it synced.
Would only be supported for the copy mode.
PR welcomed once the copy mode is done.
The text was updated successfully, but these errors were encountered: