ok,
mirolPirol systemctl gibt es bei Void nicht (nur unter Systemen mit Systemd)
mit: now snapper-timeline.timer und deinem 2. Befehl erstellst du snapshots und löscht alte, das macht snapper automatisch (zumindest sollte das so sein)
Sysform IT root ist nicht vorhanden, ist bei mir auch so, die Subvolumes müssen aber in der /etc/fstab stehen, hier mal meine:
# /etc/fstab: static file system information.
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=2be75eab-4291-4a57-9537-1c1cb0262a68 / btrfs defaults,noatime,compress=zstd,subvol=@ 0 1
UUID=2be75eab-4291-4a57-9537-1c1cb0262a68 /home btrfs defaults,noatime,compress=zstd,subvol=@home 0 2
UUID=2be75eab-4291-4a57-9537-1c1cb0262a68 /.snapshots btrfs defaults,noatime,compress=zstd,subvol=@snapshots 0 2
UUID=2be75eab-4291-4a57-9537-1c1cb0262a68 /var/log btrfs defaults,noatime,compress=zstd,subvol=@var_log 0 2
UUID=2be75eab-4291-4a57-9537-1c1cb0262a68 /var/cache btrfs defaults,noatime,compress=zstd,subvol=@var_cache 0 2
UUID=2be75eab-4291-4a57-9537-1c1cb0262a68 /var/tmp btrfs defaults,noatime,compress=zstd,subvol=@var_tmp 0 2
UUID=2be75eab-4291-4a57-9537-1c1cb0262a68 /tmp btrfs defaults,noatime,compress=zstd,subvol=@tmp 0 2
UUID=6C640D9F6B14606B /media/sicherung ntfs auto,nofail,sync,users,rw 0 0
UUID=39965C2062598210 /media/backup ntfs auto,nofail,sync,users,rw 0 0
Alles anzeigen
aber Sysform IT du hast völlig recht, da stimmt etwas nicht, bitte probiere mal folgende Schritte aus (wenn das funktioniert ändere ich den Installer entsprechend ab)
# 1. Aushängen, falls es gemountet ist
# 2. Das vorhandene Verzeichnis löschen (da es noch leer ist)
# Falls es ein Btrfs-Subvolume ist:
sudo btrfs subvolume delete /.snapshots
# Falls es nur ein Ordner ist:
# 3. Jetzt die Snapper-Konfiguration erstellen
sudo snapper -c root create-config /
# 4. Snapper hat jetzt ein eigenes Subvolume .snapshots erstellt.
# Wenn du aber dein eigenes (@snapshots aus der fstab) nutzen willst:
sudo btrfs subvolume delete /.snapshots
Nun sollte snapper list funktionieren.
und vielen Dank!!!!!!!!!