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