Init
This commit is contained in:
4
etc/cron.daily/tupper
Executable file
4
etc/cron.daily/tupper
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/sbin/tupper 2>&1 | tee --append /var/log/tupper.log
|
||||
|
||||
8
etc/tupper.conf
Normal file
8
etc/tupper.conf
Normal 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'
|
||||
|
||||
Reference in New Issue
Block a user