{"id":1406,"date":"2023-11-09T17:50:51","date_gmt":"2023-11-09T16:50:51","guid":{"rendered":"https:\/\/apfelcast.com\/?p=1406"},"modified":"2023-11-09T17:50:51","modified_gmt":"2023-11-09T16:50:51","slug":"openmediavault-backup-auf-hetzner-storagebox-verschluesselt-und-inkrementell","status":"publish","type":"post","link":"https:\/\/it-ion.de\/index.php\/2023\/11\/09\/openmediavault-backup-auf-hetzner-storagebox-verschluesselt-und-inkrementell\/","title":{"rendered":"OpenMediaVault Backup auf Hetzner StorageBox &#8211; verschl\u00fcsselt und inkrementell"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n <div class=\"brlbs-cmpnt-container brlbs-cmpnt-content-blocker brlbs-cmpnt-with-individual-styles\" data-borlabs-cookie-content-blocker-id=\"default\" data-borlabs-cookie-content=\"PGlmcmFtZSB0aXRsZT0iT3Blbk1lZGlhVmF1bHQgQmFja3VwIGF1ZiBIZXR6bmVyIFN0b3JhZ2VCb3ggLSB2ZXJzY2hsw7xzc2VsdCB1bmQgaW5rcmVtZW50ZWxsIiB3aWR0aD0iNzIwIiBoZWlnaHQ9IjQwNSIgc3JjPSJodHRwczovL3d3dy55b3V0dWJlLmNvbS9lbWJlZC9IUF9aLXUwdldNYz9mZWF0dXJlPW9lbWJlZCIgZnJhbWVib3JkZXI9IjAiIGFsbG93PSJhY2NlbGVyb21ldGVyOyBhdXRvcGxheTsgY2xpcGJvYXJkLXdyaXRlOyBlbmNyeXB0ZWQtbWVkaWE7IGd5cm9zY29wZTsgcGljdHVyZS1pbi1waWN0dXJlOyB3ZWItc2hhcmUiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4=\"><div class=\"brlbs-cmpnt-cb-preset-a\"> <p class=\"brlbs-cmpnt-cb-description\">Sie sehen gerade einen Platzhalterinhalt von <strong>Standard<\/strong>. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie auf die Schaltfl\u00e4che unten. Bitte beachten Sie, dass dabei Daten an Drittanbieter weitergegeben werden.<\/p> <div class=\"brlbs-cmpnt-cb-buttons\"> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-unblock role=\"button\">Inhalt entsperren<\/a> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-accept-service role=\"button\" style=\"display: none\">Erforderlichen Service akzeptieren und Inhalte entsperren<\/a> <\/div> <a class=\"brlbs-cmpnt-cb-provider-toggle\" href=\"#\" data-borlabs-cookie-show-provider-information role=\"button\">Mehr Informationen<\/a> <\/div><\/div>\n<\/div><\/figure>\n\n\n\n<p>In diesem Video zeige ich dir, wie du wichtige Daten von deinem OpenMediaVault NAS mit Hilfe eines Off-Site Backups einfach und zuverl\u00e4ssig sichern kannst. Dazu nutzen wir das kostenlose OpenSource Tool Duplicati, sowie eine kosteng\u00fcnstige Hetzner StorageBox als Speicher.<\/p>\n\n\n\n<p>\u2139\ufe0f Links:<\/p>\n\n\n\n<p>Hetzner StorageBox: <a href=\"https:\/\/www.hetzner.com\/storage\/storage-box\">https:\/\/www.hetzner.com\/storage\/storage-box<\/a><br>OpenMediaVault auf Proxmox installieren: <a href=\"https:\/\/www.youtube.com\/watch?v=DswgmXZcDTE\">https:\/\/www.youtube.com\/watch?v=DswgmXZcDTE<\/a><br>OpenMediaVault auf Raspberry Pi: <a href=\"https:\/\/www.youtube.com\/watch?v=JGx2n7rkfr8\">https:\/\/www.youtube.com\/watch?v=JGx2n7rkfr8<\/a><\/p>\n\n\n\n<div id=\"93964-1\"><script src=\"\/\/ads.themoneytizer.com\/s\/gen.js?type=1\"><\/script><script src=\"\/\/ads.themoneytizer.com\/s\/requestform.js?siteId=93964&amp;formatId=1\"><\/script><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Im Video verwendete Befehle:<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">## Install Docker &amp; Docker-Compose ##\napt install docker.io docker-compose -y\n\n## create folder and open it ##\nmkdir duplicati\ncd duplicati\n\n## create docker-compose file ##\nnano docker-compose.yml\n\nversion: \"2.1\"\nservices:\n  duplicati:\n    image: lscr.io\/linuxserver\/duplicati:latest\n    container_name: duplicati\n    environment:\n      - PUID=0\n      - PGID=0\n      - TZ=Europe\/Berlin\n      - CLI_ARGS= #optional\n    volumes:\n      - \/duplicati\/config:\/config\n      - \/path\/to\/source:\/source\n    ports:\n      - 8200:8200\n    restart: unless-stopped\n\n## start Docker-Compose ##\ndocker-compose up -d<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In diesem Video zeige ich dir, wie du wichtige Daten von deinem OpenMediaVault NAS mit&#8230;<\/p>\n","protected":false},"author":1,"featured_media":1408,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-1406","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-allgemein"],"taxonomy_info":{"category":[{"value":1,"label":"Allgemein"}]},"featured_image_src_large":["https:\/\/it-ion.de\/wp-content\/uploads\/2023\/11\/thumb_omv-offsite-backup-1024x576.jpg",1024,576,true],"author_info":{"display_name":"Daniel Klozb\u00fccher","author_link":"https:\/\/it-ion.de\/index.php\/author\/wp-master\/"},"comment_info":0,"category_info":[{"term_id":1,"name":"Allgemein","slug":"allgemein","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":89,"filter":"raw","cat_ID":1,"category_count":89,"category_description":"","cat_name":"Allgemein","category_nicename":"allgemein","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/1406","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/comments?post=1406"}],"version-history":[{"count":0,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/1406\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media\/1408"}],"wp:attachment":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media?parent=1406"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/categories?post=1406"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/tags?post=1406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}