Hacker News new | past | comments | ask | show | jobs | submit login

I've tried this, but I've had sync issues in the past. Also have they gotten rid of their 2GB file upload limit?



Recent versions of acd_cli have largely fixed all the issues I've had in the past. I've found that essentially all issues can be solved by not writing directly to the cloud drive, but using a unionfs and uploading on a cron job.

There is no 2gb limit that I have run into. I just checked and I have several >30GB videos uploaded to my cloud drive, so I can safely say there is no issue there.

Edit: For some completeness, here's how I have everything mounted and syncing.

  acdcli mount /mnt/amazon_real --interval 30000000 -ao --uid 112 --gid 118

  unionfs-fuse -o cow /mnt/cache=RW:/mnt/amazon_real=RO /mnt/amazon -o allow_other

  0 * * * * acdcli upload --remove-source-files /mnt/cache/* /TV/ --max-connections 10; acdcli sync

And that's it. The last one is a cronjob that runs every hour, if that wasn't obvious.


I get that you probably tweaked this a bit for posting, but I see a disconnect that is relevant to how I want to set this up.

In the first line you mounted your whole Cloud Drive at /mnt/amazon_real. On the 3rd line you upload from /mnt/cache to /TV/.

Do you actually have a subset of the cloud drive mounted at /mnt/amazon_real? I tried to do that some time ago with acd_cli but wasn't able.


Whoops. The truth is I have 2 cron jobs, one running on the hour to upload TV, and another 30 after to upload movies. I meant to simplify it to just syncing the entire thing for the post, but I neglected to do that properly.

I have not looked into only mounting a section of it.


Former Cloud-Driver here. We launched a significant upgrade to the back-end just before I left, which technically speaking does not have the 2GB limit. That being said, I don't know if there aren't any artificial constraints. I was just responsible for the bits :D


Thanks for the reply. I use Cloud Drive more for archival purposes than anything else and up to this point I have been RARing my files into 1.5GB chunks.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: