rsync: Quickly test file transfer
23 September 2024 (Updated 23 September 2024)
Replace forge
below with your SSH alias:
mkdir -p /tmp/rsync-local && touch /tmp/rsync-local/file.txt && rsync -LPa /tmp/rsync-local/file.txt forge:/tmp/rsync-remote
If the output is something like the below, then rsync is working ok:
Tagged:
rsync