This commit is contained in:
2024-08-07 11:02:41 +02:00
commit 6ef597701f
11 changed files with 96 additions and 0 deletions

4
etc/cron.daily/tupper Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
/usr/sbin/tupper 2>&1 | tee --append /var/log/tupper.log

8
etc/tupper.conf Normal file
View File

@@ -0,0 +1,8 @@
### tupper.conf - config file for tupper
#
## Example:
# SSH_URI='backupuser@yournas.local:/filez'
# SSH_PASS='p4$$w0rcl'
# BORG_PASSPHRASE='backuppass'
# TARGET='/var/lib/docker/volumes'