yesman@lemmy.world to linuxmemes@lemmy.world · 1 month agoCommand line tip of the daylemmy.worldimagemessage-square159linkfedilinkarrow-up1642arrow-down115
arrow-up1627arrow-down1imageCommand line tip of the daylemmy.worldyesman@lemmy.world to linuxmemes@lemmy.world · 1 month agomessage-square159linkfedilink
minus-squarecRazi_man@europe.publinkfedilinkEnglisharrow-up1·edit-21 month 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-up1·1 month 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