mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-08 01:35:10 -04:00
## Backing up changes to dom0
I assume the last line in: $ mkdir -p ~/backup/etc/qubes/ $ cp -a /etc/qubes/* ~/backup/etc/qubes/ $ mkdir ~/backup/etc/qubes-rpc/ $ cp -a /etc/qubes-rpc/* ~/systemfiles/etc/qubes-rpc/ should instead read: $ mkdir -p ~/backup/etc/qubes/ $ cp -a /etc/qubes/* ~/backup/etc/qubes/ $ mkdir ~/backup/etc/qubes-rpc/ $ cp -a /etc/qubes-rpc/* ~/backup/etc/qubes-rpc/
This commit is contained in:
parent
9602d1c058
commit
1c1c6c1952
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ and RPC policies:
|
|||
$ mkdir -p ~/backup/etc/qubes/
|
||||
$ cp -a /etc/qubes/* ~/backup/etc/qubes/
|
||||
$ mkdir ~/backup/etc/qubes-rpc/
|
||||
$ cp -a /etc/qubes-rpc/* ~/systemfiles/etc/qubes-rpc/
|
||||
$ cp -a /etc/qubes-rpc/* ~/backup/etc/qubes-rpc/
|
||||
```
|
||||
|
||||
To restore these files, move them from the restored directory in dom0's home
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue