mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2025-01-13 20:01:39 +01:00
README.md - minor fix
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
45346ffdc9
commit
bdef638173
1 changed files with 1 additions and 0 deletions
|
@ -524,6 +524,7 @@ ___
|
||||||
###### System backup with exclude specific directories
|
###### System backup with exclude specific directories
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
cd /
|
||||||
tar -czvpf /mnt/system$(date +%d%m%Y%s).tgz --directory=/ --exclude=proc/* --exclude=sys/* --exclude=dev/* --exclude=mnt/* .
|
tar -czvpf /mnt/system$(date +%d%m%Y%s).tgz --directory=/ --exclude=proc/* --exclude=sys/* --exclude=dev/* --exclude=mnt/* .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue