This website works better with JavaScript.
Home
Explore
Help
Sign In
david.wurm
/
InternetServicesBook
mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
README.md - minor fix
- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/head
trimstray
6 years ago
parent
45346ffdc9
commit
bdef638173
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
README.md
+ 1
- 0
README.md
View File
@@ -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/* .
```
Write
Preview
Loading…
Cancel
Save