Kopiuj folder z serwera lokalnego do Ubuntu
rsync -avz -e 'ssh' /path/to/local/dir user@remotehost:/path/to/remote/dir
Dull Duck
rsync -avz -e 'ssh' /path/to/local/dir user@remotehost:/path/to/remote/dir