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

Cloud-Backup #948

Merged
merged 5 commits into from
Jun 19, 2023
Merged

Cloud-Backup #948

merged 5 commits into from
Jun 19, 2023

Conversation

LKuemmel
Copy link
Contributor

No description provided.

cloud_backup = self.data["cloud_backup"]
if cloud_backup["ip_address"] is not None:
backup_filename = self.create_backup()
with open(self._get_parent_file()/'data'/'backup'/backup_filename, 'rb') as f:
Copy link
Contributor

@MartinRinas MartinRinas Jun 14, 2023

Choose a reason for hiding this comment

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

Dieser WebDav Pfad scheint mir auf einen bestimmten Anbieter zugeschnitten. Lässt sich ggf. die gesamte URI als konfigurierbarer Parameter angeben? ggf. auch mit einer Liste/DropDown bekannter Anbieter als Template. Dann wäre der Weg für OneDrive & co einfach zu beschreiten. Bring' mich gern mit ein um das Thema OneDrive abzudecken. Sei es als UI, Wiki Artikel und/oder code.

@LKuemmel LKuemmel merged commit fba53ab into openWB:master Jun 19, 2023
1 check passed
@LKuemmel LKuemmel deleted the cloud_backup branch June 19, 2023 12:35
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