Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

update to xenial #4

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open

update to xenial #4

wants to merge 42 commits into from

Conversation

olegabr
Copy link

@olegabr olegabr commented Aug 2, 2016

No description provided.

@pascalandy
Copy link

Looks like a solid update!

@olegabr
Copy link
Author

olegabr commented Oct 19, 2016

I'm using it in production with duplicity encrypted incremental backups via sftp.

olegabr and others added 12 commits November 24, 2016 17:47
1. sometimes docker replaces mounted file with directory with the same name. mount the /root/.ssh directory to avoid that.
2. duplicity uses /root/.cache/duplicity directory for it's cache. mount it from host to prevent cache re-download after each container re-creation.
using docker exec tutum-backup /bin/bash -c "export SFTP_DIR=backup/1d  && export MYSQL_USER=root && export MYSQL_PASS=123456 && /restore.sh 1D"
It seems that paramiko backend is buggy. at least in the 1.16 version ubuntu:xenial has.
pexpect+sftp:// scheme is recommended
e.g. set MAX_BACKUPS=1M to remove all backups older then one month
@patricknazar
Copy link

ah ok :) thanks for the reply

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

Successfully merging this pull request may close these issues.

3 participants