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

improve setting the backup host location and allow /var/backups #136

Merged
merged 1 commit into from Jan 24, 2022

Conversation

szaimen
Copy link
Collaborator

@szaimen szaimen commented Jan 14, 2022

Close #128

Signed-off-by: szaimen szaimen@e.mail.de

Signed-off-by: szaimen <szaimen@e.mail.de>
@szaimen szaimen added 3. to review Waiting for reviews enhancement New feature or request labels Jan 14, 2022
@szaimen szaimen added this to the next milestone Jan 14, 2022
$isValidPath = true;
break;
}
if ($location === '/var/backups') {
Copy link
Member

Choose a reason for hiding this comment

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

Subdirectories would also be fine from my point of view but your take I'd say :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we'll only allow /var/backups for now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Borg backups : allow /var/backups as backup target
2 participants