added zfs-auto-snapshot info

This commit is contained in:
2025-12-28 12:03:39 -06:00
parent f037ac4642
commit 6618497090

View File

@@ -32,6 +32,10 @@ Here is my desktop configuration for the Niri wayland compositor.
- Plugins -> Update Count Settings -> Terminal Emulatorpolkit-kde-agent - Plugins -> Update Count Settings -> Terminal Emulatorpolkit-kde-agent
- SDDM - SDDM
- [cron.hourly/sddm-background.sh](etc/cron.hourly/sddm-background.sh) and [sddm-random-background.sh](home/aiden/sddm-random-background.sh) won't work without SDDM but otherwise feel free to use any (or no) login manager - [cron.hourly/sddm-background.sh](etc/cron.hourly/sddm-background.sh) and [sddm-random-background.sh](home/aiden/sddm-random-background.sh) won't work without SDDM but otherwise feel free to use any (or no) login manager
- zfs-auto-snaphot
- the zfs-auto-snaphot is setup to use zrep following [this guide](https://www.reddit.com/r/voidlinux/comments/hu1ron/simple_backup_with_zfsautosnapshot/)
- Either set it up if you're using zfs or remove the cron files under [/etc](etc)
- requires cron (see below)
- Nemo - Nemo
- File Manager of choice - File Manager of choice
- [niri/binds.kdl](home/aiden/.config/niri/binds.kdl) - [niri/binds.kdl](home/aiden/.config/niri/binds.kdl)
@@ -56,3 +60,5 @@ Here is my desktop configuration for the Niri wayland compositor.
- Needed to add calendars to evolution-data-server, which Noctalia uses to show calendar events - Needed to add calendars to evolution-data-server, which Noctalia uses to show calendar events
- GNOME Calendar - GNOME Calendar
- GUI to view calendar, but is solely a calendar unlike Evolution - GUI to view calendar, but is solely a calendar unlike Evolution
- A cron implementation
- I use snooze on void, you may want to convert the cron files to systemd timers if that is an option for you.