Which cloud storage system are you using? (eg Google Drive)
ubuntu server private
Paste command here
rclone copy C:\Users\test\Desktop\work\ st:"/root/backups/upload/" --max-age 1y --exclude-from exclude.txt -q --ignore-existing --auto-confirm --multi-thread-streams 25 --transfers 25 –P
Configuration complete.
Options:
- type: sftp
- host: 81.56.174.1
- user: root
- pass: *** ENCRYPTED ***
- key_file_pass: *** ENCRYPTED ***
- use_insecure_cipher: true
Paste log here
2024/10/22 23:44:55 CRITICAL: Failed to create file system for "st:/root/backups/upload": didn't find section in config file
I just want upload the files from windows from : "C:\Users\test\Desktop\work"
to have like backup in the ubuntu server in : "/root/backups/upload/"