yesman@lemmy.world to linuxmemes@lemmy.world · 2 days agoCommand line tip of the dayimagemessage-square162linkfedilinkarrow-up11.05Karrow-down120
arrow-up11.03Karrow-down1imageCommand line tip of the dayyesman@lemmy.world to linuxmemes@lemmy.world · 2 days agomessage-square162linkfedilink
minus-squarecRazi_manlinkfedilinkEnglisharrow-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