yesman@lemmy.world to linuxmemes@lemmy.world · 1 day agoCommand line tip of the daylemmy.worldimagemessage-square136fedilinkarrow-up1934arrow-down117
arrow-up1917arrow-down1imageCommand line tip of the daylemmy.worldyesman@lemmy.world to linuxmemes@lemmy.world · 1 day agomessage-square136fedilink
minus-squarecRazi_man@europe.publinkfedilinkEnglisharrow-up3·edit-21 day agoI’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
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up4·23 hours agoYou can get rid of upgrade if you also use full-upgrade
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=7dYou can get rid of upgrade if you also use full-upgrade