Tag: scheduled backups

  • How to scheduled backups between Linux hosts using scp

    by

    in

    You can use rsync backup methods, but it is relatively complicated to set up and use, and if you only back up a small part, such as just backing up the MySQL database, there is no need to use rsync software backup. On both Linux hosts, and both have ssh permissions, it is recommended to…