muhyb@programming.dev to linuxmemes@lemmy.world · 1 month agoIf it ain't broke, don't fix iti.ibb.coimagemessage-square118linkfedilinkarrow-up11.15Karrow-down114
arrow-up11.14Karrow-down1imageIf it ain't broke, don't fix iti.ibb.comuhyb@programming.dev to linuxmemes@lemmy.world · 1 month agomessage-square118linkfedilink
minus-square87Six@lemmy.ziplinkfedilinkarrow-up66·1 month agome shily walking over to my timeshift snapshots after running sudo chmod -R 775 / Instead of with a dot…
minus-squareNatanox@discuss.tchncs.delinkfedilinkEnglisharrow-up24·1 month agoPlot twist: Your snapshots were mounted when you did that and are now also very accessible.
minus-squareOoops@feddit.orglinkfedilinkarrow-up9·1 month agoPeople actually thought about that… so snapshots are read-only by design
minus-square87Six@lemmy.ziplinkfedilinkarrow-up4·1 month agoshudders But no I use an externall HDD docked with a… Usb dock thing whatever it’s called That’s accessible from a USB Ubuntu… Right? Right???
minus-squareHerbGrower@slrpnk.netlinkfedilinkarrow-up9·1 month agoSounds to me like you haven’t tested your backups suitably if you are asking.
minus-squareprole@lemmy.blahaj.zonelinkfedilinkarrow-up7·1 month agoTimeShift was probably one of the most important teaching aides I had when I first started on Linux. I’ve been on Bazzite for a couple years now, so I have no need for it anymore. But I learned sooooo much by breaking my EndeavourOS install and then rolling back. I’ve only had to rollback with Bazzite once so far (it’s hard to break), and it was literally just one rpm-ostree command. Love it.
minus-squareTurboWafflz@lemmy.worldlinkfedilinkarrow-up3·1 month agoI accidentally made my entire home directory executable and I only backup individual projects on my laptop since it doesnt have much valuable data. that was annoying to fix
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up2·29 days agoNixOS my system config is in git. my home folder is in syncthing with a command to stop sync if a significant change is requested. Sure is fucking hard to setup tho :)
minus-square87Six@lemmy.ziplinkfedilinkarrow-up2·29 days agoMeanwhile i can’t setup a fucking web project so indexing doesn’t take 5 minutes 😭🤣
minus-squareStrider@lemmy.worldlinkfedilinkarrow-up1·30 days ago(seriously asking) Why even use ./ if you can just use . and are not executing anything? Am I missing something? It seems like a bad habit. (OK on my case of course the incentive to use dot is higher than slash because it needs shift contrary to dot)
me shily walking over to my timeshift snapshots after running
sudo chmod -R 775 /
Instead of with a dot…
Plot twist: Your snapshots were mounted when you did that and are now also very accessible.
People actually thought about that… so snapshots are read-only by design
shudders
But no I use an externall HDD docked with a… Usb dock thing whatever it’s called
That’s accessible from a USB Ubuntu… Right?
Right???
Sounds to me like you haven’t tested your backups suitably if you are asking.
I did test with a usb. I’m joking
TimeShift was probably one of the most important teaching aides I had when I first started on Linux.
I’ve been on Bazzite for a couple years now, so I have no need for it anymore.
But I learned sooooo much by breaking my EndeavourOS install and then rolling back.
I’ve only had to rollback with Bazzite once so far (it’s hard to break), and it was literally just one rpm-ostree command. Love it.
I accidentally made my entire home directory executable and I only backup individual projects on my laptop since it doesnt have much valuable data. that was annoying to fix
NixOS
my system config is in git.
my home folder is in syncthing with a command to stop sync if a significant change is requested.
Sure is fucking hard to setup tho :)
Meanwhile i can’t setup a fucking web project so indexing doesn’t take 5 minutes 😭🤣
(seriously asking)
Why even use ./ if you can just use . and are not executing anything? Am I missing something? It seems like a bad habit.
(OK on my case of course the incentive to use dot is higher than slash because it needs shift contrary to dot)