kilonde

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by kilonde

  1. Thanks for your help, this has worked!
  2. I am confused how to update my repo path in the configuration to avoid this error: Remote repository paths without ssh:// syntax are deprecated. My repo configuration is like this: [email protected]:/mnt/disk/borg_backup/repo and the ssh command looks like this: ssh_command: ssh -i /root/.ssh/Pi Also, is it advised to keep the same version of borg on client and the server?
  3. Thanks again, that makes sense, the tunables tab is showing good for all parameters. Yet my Idle stats dont look promising: And it looks like only two frequencies - 800MHz or 3.6 GHz Can I make some further changes? All C states are enabled in bios, no VMs.
  4. Thanks, based on that output, the auto tune does not run, or am I wrong? Google does not help much unfortunately.
  5. I get the same error, have you managed to get it working? I'm using 10th gen Intel.
  6. Thanks, I replaced it with 20 4 * * 1,4,6,0 and it appears to have worked! 7 is not Sunday
  7. Post here if you find something, I am also on 10100 and was freaking out that after changing bios settings my output looks like this:
  8. I have tried to set this up but it does not seem to work: 20 4 * * 1,4,6,7 PATH=$PATH:/usr/bin /usr/bin/borgmatic prune create -v 1 --files --stats > /mnt/logs/backup-"`date +"%a-%H"`".log 20 4 * * 3 PATH=$PATH:/usr/bin /usr/bin/borgmatic check -v 1 2>&1 First added the statement with notepad but read elsewhere that it might be causing issues so recreated the file in VSC, the issue persists. Logs are created but with a strange name: Docker log is full of cron errors as well Any idea what is going wrong?
  9. Thanks for bringing borgmatic to unraid, I have managed to get it working with unassigned drive. The ultimate goal is to have a Raspberry Pi hosted remotely for backups - I have managed to do a test backup, but it looks like the encryption was done on the Pi? My plan is to set a wireguard connection schedule to connect the Pi to my unraid, run borgmatic backup and then disconnect the pi from my unraid. What is the best way to: Make sure the encryption is done on the more powerful unraid server Connect and disconnect the Raspberry Pi Wireguard connection from the unraid server. Furthermore, my healthchecks only show this in notification emails: Is there a way to have more detailed --stats output? I have followed sdub's guide on creating persistent logs in appdata and can see the output. According to borgmatic documentation the notification should already contain some log up to 10kb? https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#healthchecks-hook
  10. Is there any chance you could share your backup "pruning" script?
  11. Have you or anyone else figured out HW transcoding for 10th gen intel CPUs? I followed all of the above steps and it still doesn't work. Looking at the thread history, I am not the only one EDIT: I tried the ich777 jellyfin docker, and it worked without problems
  12. It is running on a separate device, but given your feedback I will change to cloudflare or openDNS. Thanks for your help.
  13. Thanks for the suggestion, it has worked - maybe something in the pihole lists? Is it safe to go back to auto DNS?
  14. I have the same problem - not installing properly, just like in your video. Have you managed to solve it?
  15. Click on the mariadb icon in your docker page and then console.
  16. How can I add another user and a new database? Should I use the console and follow mariadb instructions or is it something I need to do in the docker settings on unraid? Or perhaps a whole new docker container should be setup? Right now I am using it for nextcloud but would also like to use mariadb for my RPi base Home Assistant instance. If you have a link handy I would very grateful Thank you!