Initial version of readme.md for restic-backup, rustdesk, sanoid, and tailscale

This commit is contained in:
2025-12-21 00:16:37 -05:00
parent 64e4a82023
commit 827416227b
5 changed files with 10 additions and 4 deletions

View File

@@ -5,12 +5,8 @@ Principal storage server and host for most services.
## SystemD Services ## SystemD Services
* caddy * caddy
* cockpit
* docker
* restic-backup * restic-backup
* restic-check
* rustdesk * rustdesk
* samba
* sanoid * sanoid
* tailscale * tailscale
* unbound * unbound

View File

@@ -0,0 +1,3 @@
restic-backup is a systemd service to invoke restic to back up selected directories on teal to cygnus (our Synology NAS). It is based on [restic-automic-backup-scheduler](https://github.com/erikw/restic-automatic-backup-scheduler).
The systemd unit invokes the script /bin/restic_backup.sh. The specifics of the backup source and target are defined in scripts at /etc/restic.

View File

@@ -0,0 +1 @@
systemd service to enable RustDesk for remote access to teal's Gnome desktop. Installed with the RustDesk package; configuration (if any) is done through the RustDesk UI.

View File

@@ -0,0 +1,3 @@
Sanoid is a policy-driven snapshot management tool for ZFS filesystems. It is configured using the TOML file at /etc/sanoid/sanoid.conf.
The sanoid service is currently configured to manage snapshots for the ZFS filesystem at /mnt/storage.

View File

@@ -0,0 +1,3 @@
The tailscaled service runs the Tailscale Node Agent, which enables the Tailscale VPN.
Configuration of Tailscale is done either through the Tailscale Admin Console or the Tailscale CLI.