Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropbox redownload full content every container restart #10

Open
spirkaa opened this issue Sep 4, 2016 · 1 comment
Open

Dropbox redownload full content every container restart #10

spirkaa opened this issue Sep 4, 2016 · 1 comment

Comments

@spirkaa
Copy link

spirkaa commented Sep 4, 2016

My setup:
Proxmox -> Debian VM -> Docker Dropbox

Dropbox folder located on mergerfs volume, contains 29gb in 135k files and owned by uid=1000 gid=100.
Everytime i restart container, dropbox do chown, upgade version, reindex and redownload whole folder. Why he do this everytime? This affects VM performance for hours.

docker run -d
--restart=always
--name=dropbox
--net=host
-e DBOX_UID=1000 -e DBOX_GID=100
-v /media/storage/dropbox:/dbox/Dropbox
-v /docker/containers/dropbox/config:/dbox/.dropbox
janeczku/dropbox

@AndrewKvalheim
Copy link

After #13 and --volume 'dropbox-updates:/opt/dropbox' I'm seeing much faster restarts.

I imagine you're on your own if you choose to persist that folder, though, since future updates to the image might change how Dropbox updates are managed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants