mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
Replaced cp for rsync to copy state
This commit is contained in:
parent
d0458acb7c
commit
43d93e5e64
12 changed files with 53 additions and 45 deletions
|
|
@ -568,11 +568,12 @@ void run(Strings args)
|
|||
|
||||
deletePath("/nix/state/b");
|
||||
copyContents("/nix/state/a", "/nix/state/b");
|
||||
|
||||
printMsg(lvlError, format("Rsync: '%1%'") % nixRsync);
|
||||
|
||||
copyContents("/nix/state/fwir6jlqygy90zadnx95zryfa8918qac-hellohardcodedstateworld-1.0-test/", "/home/wouterdb/tmp/aa/"); //TODO !!!!!!!!!!!!!!!!!!!
|
||||
return;
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/* test */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue