Browse Source

README.md - minor fix

- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/head
trimstray 5 years ago
parent
commit
bdef638173
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      README.md

+ 1
- 0
README.md View File

@@ -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…
Cancel
Save