Feb 25, 2020

This commit is contained in:
Charlie Root
2020-02-25 11:28:31 -08:00
commit f26cf87f5a
436 changed files with 67904 additions and 0 deletions

2
jails/config/torrent/backup.sh Executable file
View File

@ -0,0 +1,2 @@
rsync -va --delete --force /home/p/.config /mnt/torrent/
rsync -va --delete --force /home/p/.local /mnt/torrent/

View File

@ -0,0 +1,6 @@
# requrired to run other configured scripts
/bin/sh /etc/rc
# setup mozilla tmp cache
mkdir /tmp/mozilla
ln -sf /tmp/mozilla /usr/home/p/.cache
chown p:p /usr/home/p/.cache/mozilla