mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
tests: Use cp -ar
instead of tar-untar pipe
This commit is contained in:
parent
4a2cee8e6c
commit
eae2717e00
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ nix-store --store "$storeB" --verify --check-contents
|
||||||
# Make a backup so we can repair later
|
# Make a backup so we can repair later
|
||||||
backupStore="$storeVolume/backup"
|
backupStore="$storeVolume/backup"
|
||||||
mkdir "$backupStore"
|
mkdir "$backupStore"
|
||||||
tar -cC "$storeBRoot" nix | tar -xC "$backupStore"
|
cp -ar "$storeBRoot/nix" "$backupStore"
|
||||||
|
|
||||||
|
|
||||||
## Deliberately corrupt store paths
|
## Deliberately corrupt store paths
|
||||||
|
|
Loading…
Reference in a new issue