mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Update encryption info in FAQ
This commit is contained in:
parent
21a95d05e0
commit
64864ba10a
@ -113,18 +113,18 @@ you when you clone your repository.
|
|||||||
### Should I `yadm add` encrypted files to repository?
|
### Should I `yadm add` encrypted files to repository?
|
||||||
|
|
||||||
No, you should not. Files you want encrypted should be added to the file
|
No, you should not. Files you want encrypted should be added to the file
|
||||||
`.config/yadm/files.gpg` using the `yadm encrypt` command. Then
|
`$HOME/.local/share/yadm/archive` using the `yadm encrypt` command. Then
|
||||||
`.config/yadm/files.gpg` should be added to the yadm repository. This way, only
|
`$HOME/.local/share/yadm/archive` should be added to the yadm repository. This way, only
|
||||||
an encrypted collection of those files are put into the repository. After
|
an encrypted collection of those files are put into the repository. After
|
||||||
cloning or updating your repository, you can use `yadm decrypt` to extract those
|
cloning or updating your repository, you can use `yadm decrypt` to extract those
|
||||||
files from `.config/yadm/files.gpg`. See the
|
files from `$HOME/.local/share/yadm/archive`. See the
|
||||||
[encryption help](encryption) for more details.
|
[encryption help](encryption) for more details.
|
||||||
|
|
||||||
### I modified an encrypted file, but yadm doesn't show any modifications. Why?
|
### I modified an encrypted file, but yadm doesn't show any modifications. Why?
|
||||||
|
|
||||||
If you changed files which are matched by `.config/yadm/encrypt`, you must
|
If you changed files which are matched by `.config/yadm/encrypt`, you must
|
||||||
re-run `yadm encrypt` to generate a new version of `.config/yadm/files.gpg`.
|
re-run `yadm encrypt` to generate a new version of `$HOME/.local/share/yadm/archive`.
|
||||||
Then `.config/yadm/files.gpg` can be added to a new commit.
|
Then `$HOME/.local/share/yadm/archive` can be added to a new commit.
|
||||||
|
|
||||||
### Why do I get the error `Inappropriate ioctl for device` when encrypting.
|
### Why do I get the error `Inappropriate ioctl for device` when encrypting.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user