[tips] Rsync via SSH with non-standard port
Sat 03 January 2009just noted down here in case I forgot later :P
rsync -avze "ssh -p 22222 -ax" host1:/SOURCE/DIR /TARGET/DIR
Bonus: Rsync tips and tricks
just noted down here in case I forgot later :P
rsync -avze "ssh -p 22222 -ax" host1:/SOURCE/DIR /TARGET/DIR
Bonus: Rsync tips and tricks