Any help :
Configuration rclone.conf:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Command:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1:
CRITICAL: Failed to create file system for "st:/root/backups/upload": didn't find section in config file
2:
NOTICE: linux{58IlU}: --sftp-ssh is in use - ignoring user/host/port from config - set in the parameters to --sftp-ssh (remove them from the config to silence this warning)
The authenticity of host '192.168.12.123 (192.168.12.123)' can't be established.
ECDSA key fingerprint is SHA256:u3ABLH/k3garCCSPRU/5Shxq37EuiwEoc/HguC5fNcg.
I just want copy from windows pc "C:\work\" in vps server "/root/backups/upload"
Configuration rclone.conf:
Код:
[linux]
type = sftp
host = 192.168.12.123
user = root
pass = LuCHgV4LgO1TSGktKadLP68FEGk7i6_HDA
key_file_pass = xeSSmB2NJEqBWO-Oqd4zXHtPDW5WXFtIPA
use_insecure_cipher = true
shell_type = unix
Command:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1:
Код:
rclone copy C:\work\ st:"/root/backups/upload" --max-age 1y --exclude-from exclude.txt -q --ignore-existing --auto-confirm --multi-thread-streams 25 --transfers 25 –P
CRITICAL: Failed to create file system for "st:/root/backups/upload": didn't find section in config file
2:
Код:
rclone.exe copy C:\work\ linux:/root/backups/upload --sftp-ssh "ssh root@192.168.12.123" --sftp-path-override /volume1/backups/upload
NOTICE: linux{58IlU}: --sftp-ssh is in use - ignoring user/host/port from config - set in the parameters to --sftp-ssh (remove them from the config to silence this warning)
The authenticity of host '192.168.12.123 (192.168.12.123)' can't be established.
ECDSA key fingerprint is SHA256:u3ABLH/k3garCCSPRU/5Shxq37EuiwEoc/HguC5fNcg.
I just want copy from windows pc "C:\work\" in vps server "/root/backups/upload"