CRITICAL: Failed to create file system for

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/"

welcome to the forum,

please post the output of

  • rclone version
  • rclone config redacted

for testing,

  • do not use -q
  • use -vv for debug output
  • use rclone lsd, not rclone copy
  • post the full output of all commands

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.