Add 'initialize' command, define 'backup' command

This commit is contained in:
2024-08-09 13:46:40 +02:00
parent b0df927e75
commit 147df3c3a6
2 changed files with 15 additions and 3 deletions

View File

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