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

possible to password encrypt with compression? #34

Open
perpysling2 opened this issue Dec 11, 2016 · 1 comment
Open

possible to password encrypt with compression? #34

perpysling2 opened this issue Dec 11, 2016 · 1 comment

Comments

@perpysling2
Copy link

As topic says, is it possible to password protect backup with compression? or encrypt somehow?

@NAUbackup
Copy link
Owner

NAUbackup commented Dec 12, 2016

You'd have to do something along the lines of various options discussed in, for example: http://discussions.citrix.com/topic/275872-a-neat-way-to-export-vms-from-linux/
We use a local network that's totally isolated for backups, so while not encrypted, at least it's not over a public net. The alternative is to manually deal with the compression/encryption on the NFS server side. We do not use on-the-fly compression because we have a lot of VMs to back up and it really slow things down a lot. Adding encryption during the transmission would probably add around a 10% or so overhead, I'm guessing.

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