mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-12-26 09:58:40 +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
|
||||
|
||||
```bash
|
||||
cd /
|
||||
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