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

Backing up/export data #2

Open
kiddhustle opened this issue Sep 7, 2016 · 3 comments
Open

Backing up/export data #2

kiddhustle opened this issue Sep 7, 2016 · 3 comments

Comments

@kiddhustle
Copy link

How would you suggest backing up data?

Do you think adding data volumes would help at all?

@pozgo
Copy link
Member

pozgo commented Sep 7, 2016

Hi,

I'm mounting my local volume using -v and then I can backup it in a whatever way I want.

My setup is running on a machine which has NFS mount point on which my email data is kept. And that NFS server has it's mirror synced using rsync. then that nfs is shared with this docker image.

Hope that helps.

@kiddhustle
Copy link
Author

OK cool, your specifying you volumes with the client, I'm going to try and put together a composer file to launch my container.

I guess I will just have to check the citadel docs for the directories where all the relevant data is held and then I can run my own back job.

OK thanks!

@OnlineDevTemp
Copy link

One quick question is it just this directory to create a volume for or is it only that certain sub-directories that we'd want to make a volume for?

/var/lib/citadel

The image doesn't want to build when i create a volume for this directory you see

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

3 participants