1779539945

This commit is contained in:
2026-05-23 06:39:05 -06:00
parent 12046b6d02
commit 6c943fb07b
3 changed files with 22 additions and 3 deletions
+2 -2
View File
@@ -41,10 +41,10 @@ echo "anonymous namespaces=\"$signature_tag\" $(cat "${key_path}.pub")" > "$out_
checkcode $?
printf "random: adding 1/2 random blocks of data to inner archive"
dd if=/dev/urandom of="$inner_dir/.$RANDOM" bs=1M count=1 > /dev/null 2>&1
dd if=/dev/urandom of="$inner_dir/.$RANDOM" bs=1K count=10 > /dev/null 2>&1
checkcode $?
printf "random: adding 2/3 random blocks of data to outer archive"
dd if=/dev/urandom of="$out_dir/.$RANDOM" bs=1M count=1 > /dev/null 2>&1
dd if=/dev/urandom of="$out_dir/.$RANDOM" bs=1K count=10 > /dev/null 2>&1
checkcode $?
printf "7z: compressing inner volume"