• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle





  • I perform a backup once a week from my main desktop to a HDD, then once a month I copy important data/files from all nodes (proxmox, rpi’s and main desktop) to 2 “cold” unplugged HDD that’s the only time I connect them. I do all of that using rsync with backup.sh and coldbackup.sh

    I use syncthing for notes across mobile/desktop/notebook, for that and other important files the backup goes to Google Drive or MEGA (besides the offline backup).

    I want to try S3 Glacier since is cheaper for cloud backup… has anyone tried?







  • What a good timing, I was looking for a YT music replacement.

    Navidrome seems like a good choice but is exactly what you’re are saying “classic media player with a webUI”. I like the convenience of YT music recommendations and all the music available even the music I don’t usually listen to. I would need a much bigger music library or a way to facilitate the music discovery and automate the downloads.

    I know there’s is Lidarr to automatically download music but I read some people saying music naming scheme is a mess. So anybody has successfully replaced Spotify or YT music with Navidrome or similar? How is your setup?




  • Maybe it’s hard at the beginning but as you keep doing it becomes easier. If you feel overwhelmed take a break for a few days and try again later. I think we all have been there and hit a wall. Self host, open source and Linux communities are friendly you can ask for help and find someone willing to help you, so don’t be afraid to ask for help (as I was before). Just take small steps.

    Don’t give up. Have fun.





  • Awesome summary of how podman works.

    I still haven’t figured out some issues with rootless podman where I pass the PUID and PGID of “myuser” 1000 as environment variable following the linuxserver.io examples… but then get files and folders owned by 100999:100999, if I chown files to “myuser” the service gets permission denied, I give up and chown everything to 100999 as workaround it works but is a bit annoying… Maybe someone here knows what’s going on?