From 0dedd1cf8aff4af398d4613a120ce5ce704dc917 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sun, 26 Apr 2020 00:59:40 +0200 Subject: [PATCH] update --- borg_backup/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/borg_backup/readme.md b/borg_backup/readme.md index a5ce4be..72e07f8 100644 --- a/borg_backup/readme.md +++ b/borg_backup/readme.md @@ -24,14 +24,14 @@ Backups. └── docker ├── container-setup #1 ├── container-setup #2 - └── ... + ├── ... ``` # The setup BorgBackup is installed directly on the host system.
A script is created that backs up the entire docker directory locally.
-Cronjob is executing the script daily. +Cronjob is executing this script daily. #### • Install BorgBackup @@ -103,7 +103,7 @@ echo '------------------------------' >> $LOGFILE the script must be **executabe** - `chmod +x borg_backup.sh` -#### • automatic execution +#### • Automatic execution cron job, every day at 3:00
`crontab -e`