Answers for "copying file to remote server in ubuntu using ssh"

0

copy files from an ubuntu server to remote server through ssh remote with cronjobs

tar cvzf - /path/to/myBase.sql | ssh USER@HOST "dd of=/path/to/backups/myBase$(date +%Y%m%d%H%M%S).tar.gz"
Posted by: Guest on February-07-2021

Code answers related to "copying file to remote server in ubuntu using ssh"

Browse Popular Code Answers by Language