yesman@lemmy.world to linuxmemes@lemmy.world · 3 days agoCommand line tip of the daylemmy.worldimagemessage-square163fedilinkarrow-up11.05K
arrow-up11.05KimageCommand line tip of the daylemmy.worldyesman@lemmy.world to linuxmemes@lemmy.world · 3 days agomessage-square163fedilink
minus-squarecRazi_man@europe.publinkfedilinkEnglisharrow-up3·edit-22 days 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·2 days 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