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 in ISO feature #278

Merged
merged 3 commits into from Jul 12, 2013
Merged

Backup in ISO feature #278

merged 3 commits into from Jul 12, 2013

Conversation

Arakmar
Copy link
Contributor

@Arakmar Arakmar commented Jul 12, 2013

As discussed in #264, I implemented that feature by moving the output phase after the backup creation but only when it's needed to integrate the backup in the ISO.
In this way, they won't be any regression for other output type such as ODBR.
It wasn't possible to keep the current order because it implies to much changes in output and a lot of code duplication, especially for the ISO copy to OUTPUT_URL.

As Dag suggested, I implemented a new iso scheme for BACKUP_URL which avoid a new option.
For instance, BACKUP_URL=iso://my_backups will copy backups in a subdir called my_backups inside the ISO image.
But, to use this feature, OUTPUT_URL needs to be defined to another location.

It's more consistent and help to prepare the "backup in iso" feature
To use that, BACKUP_URL has to use the iso://[subdirs] scheme but
a different OUTPUT_URL has to be defined.
gdha added a commit that referenced this pull request Jul 12, 2013
@gdha gdha merged commit 0728f12 into rear:master Jul 12, 2013
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.

None yet

2 participants