| 12 Mar 2026 |
Lisanna | If I do copyPaths(sshStore1, sshStore2, ...), will everything get funneled through the local host? Or will a connection be made from the machine hosting sshStore1 to sshStore2? | 21:55:29 |
Sergei Zimmerman (xokdvium) | In reply to @lisanna-dettwyler:matrix.org If I do copyPaths(sshStore1, sshStore2, ...), will everything get funneled through the local host? Or will a connection be made from the machine hosting sshStore1 to sshStore2? The local machine will pull from store1 and push into store2. | 23:55:30 |
Sergei Zimmerman (xokdvium) | There aren’t really mechanisms for doing ssh -> ssh copies directly | 23:56:10 |
Lisanna | ok, I suppose to do that I will have to just invoke ssh-copy-closure on remote 1 to remote 2 | 23:57:01 |
Lisanna | * ok, I suppose to do that I will have to just invoke nix-copy-closure on remote 1 to remote 2 | 23:57:25 |
Lisanna | thanks for clarifying <3 | 23:57:49 |