This commit is contained in:
DoTheEvolution 2020-05-10 03:32:48 +02:00
parent 6af53b5384
commit 592de7705b
2 changed files with 6 additions and 2 deletions

View File

@ -190,7 +190,7 @@ Monitoring and testing
* install cron and enable the service</br>
`sudo pacman -S cronie`</br>
`sudo systemctl enable --now cronie`
* if ssd enable periodic trim</br>
* if ssd, enable periodic trim</br>
`sudo pacman -S util-linux`</br>
`sudo systemctl enable --now fstrim.timer`
* set noatime in fstab to prevent unnecessary keep of read times</br>

View File

@ -153,7 +153,11 @@ Create a cron job that executes the script
* add new cron job</br>
`crontab -e`</br>
`0 3 * * * /home/bastard/docker/nextcloud/nextcloud-backup-script.sh`
* `crontab -l` - list cronjobs to check
`crontab -l` - list current cronjobs</br>
`journalctl | grep cron` - cron history
# Accessing the backup files