File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Every unit has it's own unique token. It can't be regenerated. You won't be able
66After 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```
1111And 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
You can’t perform that action at this time.
0 commit comments