Closed amalgame21 closed 1 month ago
Hello,
You may be interested by this issue https://github.com/nix-community/nix-on-droid/issues/325#issuecomment-2227140446
you need to install rsync in nix-on-droid. in your config:
environment.packages = with pkgs; [ rsync ];
rsync suddenly works, but sshfs still failed. Maybe it has something to do with SFTP subsystem
$ sshfs -d destination:/home/user sshfs-mountpoint
SSHFS version 3.7.3
executing <ssh> <-x> <-a> <-oClearAllForwardings=yes> <-2> <destination> <-s> <sftp>
subsystem request failed on channel 0
read: Connection reset by peer
related issue: https://github.com/nix-community/nix-on-droid/issues/307
From PC
Are rsync, sshfs, sftp not supported? What is the best alternative to transfer files without copying the files to /sdcard? Thanks!