sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
You may also like
scp -r /local/directory remote_username@ipaddress:/remote/directory
The username and password needs to be encoded and sent in BASE64So if using username as the username it would become dXNlcm5hbWU= […]
install “Microsoft Online Services Sign in Assistant for IT Professionals” Open Powershell (Admin) Enter the following commands… Install-Module MSOnline Install-Module AzureAD Import-Module […]
I eventually solved this problem. Edit /etc/rc.d/rc.firewall.up After the section on “# Allow packets that we know about through …” Add: # […]