mirror of
https://github.com/TheLocehiliosan/yadm
synced 2025-06-07 10:03:56 +00:00
Minor reformat + trailing ws removal
This commit is contained in:
parent
fad957958f
commit
349983a302
@ -112,14 +112,15 @@ 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. Instead, add the names (or wildcard patterns) of the files you want
|
No, you should not. Instead, add the names (or wildcard patterns) of the files
|
||||||
encrypted to `~/.config/yadm/encrypt`. Then, use the `yadm encrypt` command to encrypt the
|
you want encrypted to `~/.config/yadm/encrypt`. Then, use the `yadm encrypt`
|
||||||
matched files which then adds them to `~/.local/share/yadm/archive`. Then, use
|
command to encrypt the matched files which then adds them to
|
||||||
`yadm add ~/.local/share/yadm/archive` to add this file to the yadm repository.
|
`~/.local/share/yadm/archive`. Then, use `yadm add ~/.local/share/yadm/archive`
|
||||||
This way, only encrypted versions of those files will be in the repository. After
|
to add this file to the yadm repository. This way, only encrypted versions of
|
||||||
cloning or updating your repository, you can use `yadm decrypt` to extract the
|
those files will be in the repository. After cloning or updating your
|
||||||
encrypted files from `~/.local/share/yadm/archive` into your working copy. See the
|
repository, you can use `yadm decrypt` to extract the encrypted files from
|
||||||
[encryption help](encryption) for more details.
|
`~/.local/share/yadm/archive` into your working copy. See the [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?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user