Ошибка rclone при синхронизации в локальной файловой системе

Ошибка rclone при синхронизации в локальной файловой системе

Ubuntu 16.04 Rclone v1.36

Не удалось синхронизировать два каталога локально. Запустив root, я могу писать в каталоги.

root@ubuntu:/var/sxsroot/data/spi/spi--sftp-ftp.laserwords.com/Document# rclone sync /tmp/source /tmp/destination
2017/08/29 02:27:51 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults
2017/08/29 02:27:51 ERROR : Local file system at /tmp/destination: not deleting files as there were IO errors
2017/08/29 02:27:51 ERROR : Attempt 1/3 failed with 0 errors and: error reading source directory "": directory not found
2017/08/29 02:27:51 ERROR : Local file system at /tmp/destination: not deleting files as there were IO errors
2017/08/29 02:27:51 ERROR : Attempt 2/3 failed with 0 errors and: error reading source directory "": directory not found
2017/08/29 02:27:51 ERROR : Local file system at /tmp/destination: not deleting files as there were IO errors
2017/08/29 02:27:51 ERROR : Attempt 3/3 failed with 0 errors and: error reading source directory "": directory not found
2017/08/29 02:27:51 Failed to sync: error reading source directory "": directory not found
root@ubuntu:/var/sxsroot/data/spi/spi--sftp-ftp.laserwords.com/Document# ls /tmp/source
context.sh
root@ubuntu:/var/sxsroot/data/spi/spi--sftp-ftp.laserwords.com/Document# ls /tmp/destination
one_env
root@ubuntu:/var/sxsroot/data/spi/spi--sftp-ftp.laserwords.com/Document#

PS: Может ли кто-нибудь с репутацией 1500+ создать тег для rclone?

решение1

Это работало нормально, когда я использовал свой домашний каталог ~ вместо tmp.

Задав вопрос каналу Rclone, я получил такой ответ:

может быть, у вас есть какие-то ограничивающие параметры монтирования для /tmp?

Который, я думаю, у меня нет. В любом случае, это не сработало для меня во временной должности.

Связанный контент