|
@@ -76,7 +76,7 @@ function backup_to_server {
|
|
|
|
|
|
# Config file
|
|
|
$config_file = Join-Path $env:TEMP backup_script.txt
|
|
|
- Set-Content $config_file "open sftp://bethany@thorin/ -hostkey=""ssh-ed25519 256 1d0dZTuF/AnK1iGlgjJnT2WEqcpJ6mGKQ4G8A9klmRA"" -privatekey=""$key_file"""
|
|
|
+ Set-Content $config_file "open sftp://bethany@gandalf/ -hostkey=""ssh-ed25519 256 unhOA2cFNFx/xmUsqSihnsnEimflWnma9wJMVH2Enuc"" -privatekey=""$key_file"""
|
|
|
Add-Content $config_file "option batch continue"
|
|
|
|
|
|
# Sync to server
|