Initial version of readme.md for restic-backup, rustdesk, sanoid, and tailscale
This commit is contained in:
@@ -5,12 +5,8 @@ Principal storage server and host for most services.
|
||||
## SystemD Services
|
||||
|
||||
* caddy
|
||||
* cockpit
|
||||
* docker
|
||||
* restic-backup
|
||||
* restic-check
|
||||
* rustdesk
|
||||
* samba
|
||||
* sanoid
|
||||
* tailscale
|
||||
* unbound
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user