testdisk
to find and restore the files: https://itsfoss.com/recover-deleted-files-linux/Use
dietpi-backup 1
in a cron job, to automate it, once you set it up (without 1
). You can use a script like that to have multiple backup versions.testdisk
to find and restore the files: https://itsfoss.com/recover-deleted-files-linux/dietpi-backup 1
in a cron job, to automate it, once you set it up (without 1
). You can use a script like that to have multiple backup versions./opt/jackett/Jackett
, if I'm not mistaken.Thanks ! It worked for me.trendy wrote: ↑Fri Apr 02, 2021 10:56 pm I got it working:
ChangeCode: Select all
sudo mkdir -p /mnt/dietpi_userdata/Jackett ; sudo chown jackett:jackett /mnt/dietpi_userdata/Jackett sudo nano /etc/systemd/system/jackett.service
Environment=XDG_CONFIG_HOME=/mnt/dietpi_userdata
andReadWritePaths=/opt/jackett /mnt /var/log/jackett /tmp
Then runNow it's a good time to restore from your dietpi-backupCode: Select all
sudo systemctl daemon-reload
Finally cross fingers and start itCode: Select all
sudo cp -a /mnt/backup/dietpi-backup/data/opt/jackett/Jackett/* /mnt/dietpi_userdata/Jackett/
sudo dietpi-services start jackett
The api key will still be the same.