Arch Linux: August 2021 update (#185)

Signed-off-by: Maurice Zhou <jasper@apvc.uk>
This commit is contained in:
ne9z
2021-08-03 22:44:45 +08:00
committed by GitHub
parent de588ca3d3
commit 6a60717816
6 changed files with 20 additions and 52 deletions

View File

@@ -132,7 +132,7 @@ Finish Installation
Set up cron job to snapshot user home everyday::
dnf install cronie
pacman -S cronie
systemctl enable --now cronie
crontab -eu ${myUser}
#@daily zfs snap $(df --output=source /home/${myUser} | tail -n +2)@$(dd if=/dev/urandom of=/dev/stdout bs=1 count=100 2>/dev/null |tr -dc 'a-z0-9' | cut -c-6)