mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-07 14:09:41 +01:00
fix: add identifyFile
This commit is contained in:
@@ -369,6 +369,7 @@ func sshBackup(db *dbConfig, config *BackupConfig) {
|
|||||||
Port: sshConfig.port,
|
Port: sshConfig.port,
|
||||||
User: sshConfig.user,
|
User: sshConfig.user,
|
||||||
Password: sshConfig.password,
|
Password: sshConfig.password,
|
||||||
|
IdentifyFile: sshConfig.identifyFile,
|
||||||
RemotePath: config.remotePath,
|
RemotePath: config.remotePath,
|
||||||
LocalPath: tmpPath,
|
LocalPath: tmpPath,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user