mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-22 03:34:17 +00:00
8 lines
118 B
Bash
8 lines
118 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "Running first backup..."
|
||
|
./backup.sh
|
||
|
|
||
|
echo "Running cron for daily backups..."
|
||
|
crond -f -d 5 -l info
|