Skip to content

Commit 42d452a

Browse files
committed
Cleaner stock backup
1 parent b398e0a commit 42d452a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Every unit has it's own unique token. It can't be regenerated. You won't be able
66
After gaining root access create a full rootfs backup with the following command:
77

88
```
9-
tar -cvpzf /tmp/lumi_stock.tar.gz -C / --exclude='./tmp/*' --exclude='./proc/*' --exclude='./sys/*' .
9+
tar -cvpzf /tmp/lumi_stock.tar.gz -C / --exclude='./tmp/*' --exclude='./dev/*' --exclude='./run/*' --exclude='./proc/*' --exclude='./sys/*' .
1010
```
1111
And copy the resulted `/tmp/lumi_stock.tar.gz` to your PC!
1212

@@ -28,7 +28,7 @@ echo -e "GET /openlumi/owrt-installer/main/install.sh HTTP/1.0\nHost: raw.github
2828
После получения root, сделайте полный бэкап rootfs следующей командой:
2929

3030
```
31-
tar -cvpzf /tmp/lumi_stock.tar.gz -C / --exclude='./tmp/*' --exclude='./proc/*' --exclude='./sys/*' .
31+
tar -cvpzf /tmp/lumi_stock.tar.gz -C / --exclude='./tmp/*' --exclude='./dev/*' --exclude='./run/*' --exclude='./proc/*' --exclude='./sys/*' .
3232
```
3333
И скопируйте полученный файл `/tmp/lumi_stock.tar.gz` на свой компьютер!
3434

0 commit comments

Comments
 (0)