Feb 25, 2020
This commit is contained in:
2
jails/config/torrent/backup.sh
Executable file
2
jails/config/torrent/backup.sh
Executable file
@ -0,0 +1,2 @@
|
||||
rsync -va --delete --force /home/p/.config /mnt/torrent/
|
||||
rsync -va --delete --force /home/p/.local /mnt/torrent/
|
6
jails/config/torrent/setup_jail.sh
Executable file
6
jails/config/torrent/setup_jail.sh
Executable 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
|
Reference in New Issue
Block a user