Update 2025-07-19 07:49 OpenBSD/amd64-dalek
This commit is contained in:
parent
1a2d91b0d7
commit
6bbb12e7b3
@ -24,7 +24,7 @@ then
|
|||||||
print "Skipping, because restore_$1/.done file exists."
|
print "Skipping, because restore_$1/.done file exists."
|
||||||
else
|
else
|
||||||
doas tarsnap -tf "$_backup" \
|
doas tarsnap -tf "$_backup" \
|
||||||
| xargs -P 20 -n 20 -t \
|
| xargs -P 50 -n 1 -t \
|
||||||
doas tarsnap --humanize-numbers --resume-extract --chroot -xf "$_backup" -C "restore_$1" --
|
doas tarsnap --humanize-numbers --resume-extract --chroot -xf "$_backup" -C "restore_$1" --
|
||||||
|
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user