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

Add parameter for MAX_FULLS_WITH_INCRS #45

Merged
merged 1 commit into from
Jul 6, 2017
Merged

Add parameter for MAX_FULLS_WITH_INCRS #45

merged 1 commit into from
Jul 6, 2017

Conversation

chillinger
Copy link

  • add to conf.erb template
  • add parameter to duplicity::profile
  • update parameter documentation

* add to conf.erb template
* add parameter to duplicity::profile
* update parameter documentation
@@ -148,6 +157,10 @@
fail("Duplicity::Profile[${title}]: max_full_backups must be an integer, got '${max_full_backups}'")
}

if "str${max_fulls_with_incrs}" !~ /^str[0-9]*$/ {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re: "str${..}"

I'm not familiar with this syntax; can you please link me some documentation that explains this?

@tohuwabohu tohuwabohu merged commit 19b14ba into tohuwabohu:master Jul 6, 2017
@tohuwabohu
Copy link
Owner

Released as 4.7.0 to the forge, thanks for the contribution.

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