• cRazi_man@europe.pub
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 day ago

    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