diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -64,7 +64,11 @@ and others) otherwise delay or skip background jobs; see dontkillmyapp.com. Server ------ -Any host with sshd and rsync works; rsend pushes over rsync-over-SSH, not SFTP. +Any host with sshd and rsync works, old rsyncs included (stock macOS); rsend +pushes over rsync-over-SSH, not SFTP. rsync creates the final component of a +folder's remote path on its own; create deeper missing parents once with +mkdir -p on the server. + The account is confined to "rsync into one folder and nothing else" by a forced rrsync command, not by its shell. sshd runs that command through the account's login shell, so the shell must be real: /bin/sh works, while /bin/false or |