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

Backup & Restore files - copy volumes and included bind files to folder, restore files from same folder. #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewleech
Copy link

@andrewleech andrewleech commented Apr 27, 2021

This is conceptually similar to the tar output, but rsync copy all the files to a folder instead.

On a computer where backup is re-run regularly, only changed files will be copied so a significant speed-up will be seen.

It also means that if a third party incremental-style backup is used on the computer, it can be pointed to the backup folder of files and only backup changes, rather than the entire tar each time.

This folder can be restored from, unlike when a third party tool is used via the --launch arg.

Edit: I think there's an issue with this still in the rsync args, the owner attributes on the files aren't being preserved currently which then breaks any restored containers that use non-root users internally.

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

Successfully merging this pull request may close these issues.

2 participants