README.md - minor fix
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
45346ffdc9
commit
bdef638173
@ -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 New Issue
Block a user