you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 8 months ago* (last edited 8 months ago) (1 child)

I'm not the person you asked the question of. I'm a fellow novice homelaber.

I use Kopia to backup my data folders and Docker container data. Works really well. The project for this weekend is to set offsite backups to be uploaded to iDrive.

When I update I use this:

sudo apt update && \ sudo apt upgrade -y && \ sudo apt full-upgrade -y && \ flatpak update -y 2>/dev/null; \ sudo apt autoremove -y && \ sudo apt autoclean && \ sudo journalctl --vacuum-time=7d

  • source
  • parent
  • hideshow 2 child comments