Entry doesn't belong in directory "" (same as directory) - Google cloud storage

What is the problem you are having with rclone?

I created a bash script to run rclone copy from local storage to google cloud storage with following command
:
/usr/local/bin/rclone -vv copy /data/backup cs:xxxxxxxxx/backupdb/account
But I got an error , "Entry doesn't belong in directory "" (same as directory) - ignoring "

Here is the complete log:

2020/01/02 20:10:11 DEBUG : rclone: Version "v1.50.2" starting with parameters ["/usr/local/bin/rclone" "-vv" "copy" "/data/backup" "cs:xxxxxxxxx/backupdb/account"]
2020/01/02 20:10:11 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2020/01/02 20:10:11 ERROR : : Entry doesn't belong in directory "" (same as directory) - ignoring
2020/01/02 20:10:11 INFO : GCS bucket xxxxxxxx path backupdb/account: Waiting for checks to finish
2020/01/02 20:10:11 DEBUG : 2019-12-26_05-28-37.tar.gz: Size and modification time the same (differ by 0s, within tolerance 1ns)
2020/01/02 20:10:11 DEBUG : 2019-12-26_05-28-37.tar.gz: Unchanged skipping
2020/01/02 20:10:11 DEBUG : 2020-01-01_08-04-42.tar.gz: Size and modification time the same (differ by 0s, within tolerance 1ns)
2020/01/02 20:10:11 DEBUG : 2020-01-01_08-04-42.tar.gz: Unchanged skipping
2020/01/02 20:10:11 DEBUG : 2020-01-02_04-42-10.tar.gz: Size and modification time the same (differ by 0s, within tolerance 1ns)
2020/01/02 20:10:11 DEBUG : 2020-01-02_04-42-10.tar.gz: Unchanged skipping
2020/01/02 20:10:11 DEBUG : 2019-12-27_08-37-51.tar.gz: Size and modification time the same (differ by 0s, within tolerance 1ns)
2020/01/02 20:10:11 DEBUG : 2019-12-27_08-37-51.tar.gz: Unchanged skipping
2020/01/02 20:10:11 DEBUG : 2019-12-28_09-25-41.tar.gz: Size and modification time the same (differ by 0s, within tolerance 1ns)
2020/01/02 20:10:11 DEBUG : 2019-12-28_09-25-41.tar.gz: Unchanged skipping
2020/01/02 20:10:11 DEBUG : 2019-12-29_04-07-56.tar.gz: Size and modification time the same (differ by 0s, within tolerance 1ns)
2020/01/02 20:10:11 DEBUG : 2019-12-29_04-07-56.tar.gz: Unchanged skipping
2020/01/02 20:10:11 DEBUG : 2019-12-30_08-52-06.tar.gz: Size and modification time the same (differ by 0s, within tolerance 1ns)
2020/01/02 20:10:11 DEBUG : 2019-12-30_08-52-06.tar.gz: Unchanged skipping
2020/01/02 20:10:11 DEBUG : 2019-12-31_05-38-15.tar.gz: Size and modification time the same (differ by 0s, within tolerance 1ns)
2020/01/02 20:10:11 DEBUG : 2019-12-31_05-38-15.tar.gz: Unchanged skipping
2020/01/02 20:10:11 DEBUG : 2019-12-31_18-07-16.tar.gz: Size and modification time the same (differ by 0s, within tolerance 1ns)
2020/01/02 20:10:11 DEBUG : 2019-12-31_18-07-16.tar.gz: Unchanged skipping
2020/01/02 20:10:11 DEBUG : 2019-12-31_18-36-09.tar.gz: Size and modification time the same (differ by 0s, within tolerance 1ns)
2020/01/02 20:10:11 DEBUG : 2019-12-31_18-36-09.tar.gz: Unchanged skipping
2020/01/02 20:10:11 INFO : GCS bucket xxxxxxxx path backupdb/account: Waiting for transfers to finish
2020/01/02 20:10:11 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors: 0
Checks: 10 / 10, 100%
Transferred: 0 / 0, -
Elapsed time: 0s

2020/01/02 20:10:11 DEBUG : 5 go routines active
2020/01/02 20:10:11 DEBUG : rclone: Version "v1.50.2" finishing with parameters ["/usr/local/bin/rclone" "-vv" "copy" "/data/backup" "cs:xxxxxxxxxxx/backupdb/account"]

I am using rclone v1.50.2 and running under Centos 7.

Thanks,
Hery

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