From 6bbb12e7b3ff200adfb28147c891f48aa736be44 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sat, 19 Jul 2025 07:49:02 +0200 Subject: [PATCH] Update 2025-07-19 07:49 OpenBSD/amd64-dalek --- .bin/tarsnap-restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/tarsnap-restore b/.bin/tarsnap-restore index 4bab969..84f1c99 100755 --- a/.bin/tarsnap-restore +++ b/.bin/tarsnap-restore @@ -24,7 +24,7 @@ then print "Skipping, because restore_$1/.done file exists." else 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" -- if [ $? -eq 0 ]