不同网盘之间使用rclone 复制时多一层目录 #2170
9k001
started this conversation in
Invalid question
Replies: 2 comments 1 reply
-
当我从家里的NAS利用rclone备份数据到百度网盘,也出现了和你一样的情况。请问,后来这个问题解决了没?谢谢 |
Beta Was this translation helpful? Give feedback.
1 reply
-
有用alist解决的思路吗。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
version: v3.2.1


问题:
使用alist挂载网盘,不同网盘之间使用 rclone 进行同步,对应文件在同步时,会多创建一层 以文件名为名的 文件夹。不知道这个问题怎么解决。
即
a挂载 (源数据)
目录下有 aa.txt ab.txt ac.txt 。
b挂载 (备份)
rclone 设置 webdav config 文件
使用
rclone copy webdav:a webdav:b 或 rclone sync webdav:a webdav:b 进行同步时
会报错 ,但是查看 b挂载中 复制已经完成,但是多了一层 以 文件名 命名的文件夹。
同步后 文件完整路径如下 b/aa/aa.txt b/ab/ab.txt b/ac/ac.txt
求问这个问题怎么解决
Beta Was this translation helpful? Give feedback.
All reactions