Rockikone Posted April 25, 2023 Share Posted April 25, 2023 Hallo, evtl könnte mir von euch einer beim Erstellen eines Scripts helfen, welches mir automatisch nach Zeitplan (Cron) per Userscripts Snapshots von gewissen Freigaben erstellt, welche auf ZFS Pools liegen. Als Beispiel habe ich in "/mnt/zfs-data/Musik" meine Musik liegen. Hier würde ich gerne wöchentlich Snapshots erstellen. Ausführen über Cron in Userscripts etc ist klar. Das Script an sich, wäre vermutlich auch kurz. Wie würde dann der ZFS Befehl heißen, um von Musik einen Snapshot zu erstellen, welcher von der Namensgebung z.B. nach dem @ im Snapshotnamen das aktuelle Datum hinzufügt. z.B. musik@25042023 Das Erstellen der Snapshots funktioniert mit dem Plugin von Steini sehr gut, aber leider nicht zeitgesteuert und wiederkehrend. Danke schon einmal für evtl. Hilfe! Grüße Thomas Quote Link to comment
cz13 Posted April 25, 2023 Share Posted April 25, 2023 Servus @Rockikone hab nur kurz gegoogelt und selber kein ZFS im Einsatz. zfs snapshot -r rpool/home@$(date +%m%d%Y-%H%M) Quelle: https://www.reddit.com/r/zfs/comments/f1paq6/how_to_date_snapshot_with_todays_date_and_time/ 1 Quote Link to comment
Solution Rockikone Posted April 26, 2023 Author Solution Share Posted April 26, 2023 @cz13 Asche auf mein Haupt bzgl kurz googeln. Der Befehl von dir funktioniert einwandfrei mit Anpassung auf meine Pools/Freigabe. Dankeschön 1 Quote Link to comment
Anym001 Posted April 26, 2023 Share Posted April 26, 2023 @Rockikone Du könntest dir auch folgendes Plugin mal ansehen. Damit mache ich regelmäßig Snapshots von meinem appdata Share. Quote Link to comment
Joe6pack Posted August 11, 2023 Share Posted August 11, 2023 @Anym001 kannst du mal deinen znapzetup create befehl posten so als Beispiel? Danke Quote Link to comment
Anym001 Posted August 12, 2023 Share Posted August 12, 2023 (edited) Folgendes Script wird bei mir via UserScripts Plugin beim Array Start ausgeführt: #!/bin/bash znapzend --logto=/var/log/znapzend.log --daemonize Und das sind die Settings für das Backup vom Appdata Share: Der Befehl dafür ist im oberen Post von mir verlinkt. Edited August 12, 2023 by Anym001 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.