Problem with big files
Hello, when I upload large file with rsync on acd mount drive, the file doesn t have the good name
ex: 7C5C3D44BC58D590451D593BE01D2A.zc is .7C5C3D44BC58D590451D593BE01D2A.zc.Yjn9iF
Someone have the same issue ?
That's how rsync works by default. It's nothing to do with acd_cli
https://superuser.com/questions/579001/rsync-does-it-create-a-temp-file-during-transfer
I use this cmd rsync -ah --progress --remove-source-files $@ maybe I made a mistake :/
I just had a look at the ACDFuse write thread implementation. There currently is no proper timeout handling for big files like there is for the CLI upload/overwrite. So, if there is a timeout, rsync will presumably not rename that temp file.
To confirm this, please mount with acd_cli -d mount -fg </mount/point> and look for an error message like Error writing node "foo". ... near a flush or release operation on your file and post it.
Some more questions:
- Are the files uploaded completely?
- How large are we talking? 10GiB?
- Do you get an rsync error message?