Hi,
I know how to restore a compressed mysqlbackup to a local server using the following command
mysqlbackup --defaults-file=<my.cnf> -uroot --backup-dir=<backupDir> --datadir=restoreDir> \ --uncompress copy-back-and-apply-log
How can I restore to remote server? Do I need to copy the backup directory over to the remote server and then run the same commmand?
I know how to restore a compressed mysqlbackup to a local server using the following command
mysqlbackup --defaults-file=<my.cnf> -uroot --backup-dir=<backupDir> --datadir=restoreDir> \ --uncompress copy-back-and-apply-log
How can I restore to remote server? Do I need to copy the backup directory over to the remote server and then run the same commmand?