You've already forked the-book-of-secret-knowledge-copy
@@ -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/* .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user