
rclone error listing directory not found的解决方法
执行rclone sync时出现了以下错误
1
2
2020/01/01 16:16:02 ERROR : : error listing: directory not found
2020/01/01 16:16:02 Failed to lsd with 2 errors: last error was: directory not found
执行的命令如下
rclone sync /usr/local/etc/ test:file
解决方法很简单,执行下面命令即可
rclone sync /usr/local/etc/ test:/file
但是有时候执行的时候还会出现上面的错误,初步是怀疑OneDrive的API限制了次数
但是在目录后面加上/又可以了,不知道什么鬼~~
💘 相关文章
- 使用rclone同步文件到backblaze的教程以及rclone常用命令大全
- php Parse error: syntax error, unexpected ';', expecting ',' or ')'的解决方法
- supervisor ERROR (spawn error)的解决方法
- bash: rsync: command not found解决方法
- -bash: crontab: command not found ubuntu问题
- PicGo配置兼容亚马逊s3的digitalocean space出現Error Stack Begin的解決方法
- ERROR 1054 (42S22): Unknown column 'id' in 'field list'的解決方法
- Starting MySQL... ERROR! ……quit without updating PID file (/opt/mysql/data/mysql.pid)解決方法
- mac系统Error: The current working directory doesn't exist, cannot proceed.的解决方法
- mysql error 1364 Field doesn't have a default values的解決方法