From 592de7705b76e3c75a1e5979e018a2ec4c09b232 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sun, 10 May 2020 03:32:48 +0200 Subject: [PATCH] update --- arch_linux_host_install/readme.md | 2 +- borg_backup/readme.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 1f55daf..567628e 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -190,7 +190,7 @@ Monitoring and testing * install cron and enable the service
`sudo pacman -S cronie`
`sudo systemctl enable --now cronie` -* if ssd enable periodic trim
+* if ssd, enable periodic trim
`sudo pacman -S util-linux`
`sudo systemctl enable --now fstrim.timer` * set noatime in fstab to prevent unnecessary keep of read times
diff --git a/borg_backup/readme.md b/borg_backup/readme.md index b78aa09..35a674c 100644 --- a/borg_backup/readme.md +++ b/borg_backup/readme.md @@ -153,7 +153,11 @@ Create a cron job that executes the script * add new cron job
`crontab -e`
`0 3 * * * /home/bastard/docker/nextcloud/nextcloud-backup-script.sh` -* `crontab -l` - list cronjobs to check + + +`crontab -l` - list current cronjobs
+`journalctl | grep cron` - cron history + # Accessing the backup files