Make a note about ownership during backup restore
This commit is contained in:
parent
662a370f72
commit
973dc666be
@ -140,6 +140,8 @@ not being accessed/modified during this process. It is easy to access `yggdrasil
|
|||||||
```sh
|
```sh
|
||||||
/usr/local/sbin/restic-batch --config-dir /etc/restic-batch.d restore
|
/usr/local/sbin/restic-batch --config-dir /etc/restic-batch.d restore
|
||||||
```
|
```
|
||||||
|
Note that permissions and ownership are restored as a second step once all the content is
|
||||||
|
restored. Therefore, the files will list `root` as owner during the restoration.
|
||||||
3. Start all the pod services with:
|
3. Start all the pod services with:
|
||||||
```sh
|
```sh
|
||||||
ansible-playbook --vault-id @vault-keyring-client.py -i inventory/baldur_production playbooks/services_start.yml
|
ansible-playbook --vault-id @vault-keyring-client.py -i inventory/baldur_production playbooks/services_start.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user