We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's no way to back up locked encrypted files. You have to unlock them first.
So if my understanding is correct, this means that I would first have to create a new fscrypt on the destination with fscrypt setup /path/to/dest, and create new protectors unlock both source and destination and only then run rsync lock everything again
So if my understanding is correct, this means that I would first
Yes, that would work. (Except the command to encrypt a directory is fscrypt encrypt, not fscrypt setup.)
fscrypt encrypt
fscrypt setup
Originally posted by @ebiggers in google/fscrypt#210 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's no way to back up locked encrypted files. You have to unlock them first.
Yes, that would work. (Except the command to encrypt a directory is
fscrypt encrypt
, notfscrypt setup
.)Originally posted by @ebiggers in google/fscrypt#210 (comment)
The text was updated successfully, but these errors were encountered: