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

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 "copy files from an ubuntu server to remote server through ssh remote with cronjobs"

Browse Popular Code Answers by Language