Rsync: Difference between revisions
From DWIKI
Created page with "=FAQ= ==rsync different ssh port== rsync -e "ssh -p 2345"" Tag: wikieditor |
m →FAQ Tag: wikieditor |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Links= | |||
==Fast alternative to rsync== | |||
*[https://rclone.org/ rclone] | |||
=FAQ= | =FAQ= | ||
==rsync different ssh port== | ==rsync different ssh port== | ||
rsync -e "ssh -p 2345" | rsync -e "ssh -p 2345" | ||
==chown: permission denied== | |||
You're probably using -a while you don't have the right permissions for that on the remote end. | |||
Latest revision as of 12:03, 15 August 2025
Links
Fast alternative to rsync
FAQ
rsync different ssh port
rsync -e "ssh -p 2345"
chown: permission denied
You're probably using -a while you don't have the right permissions for that on the remote end.
