favoredponcho@lemmy.zip to Programmer Humor@programming.dev · 15 days agoPlease don't delete the production DBlemmy.zipexternal-linkmessage-square28linkfedilinkarrow-up122arrow-down10
arrow-up122arrow-down1external-linkPlease don't delete the production DBlemmy.zipfavoredponcho@lemmy.zip to Programmer Humor@programming.dev · 15 days agomessage-square28linkfedilink
minus-squareDarkSideOfTheMoon@lemmy.worldlinkfedilinkarrow-up0·15 days agoI am using on Mac and I have few hooks, one is replace any rm to trash command. You can make hooks for the most dangerous patterns and use dangerous-skip-permissions with a bit more safety.
minus-squareOpenStars@piefed.sociallinkfedilinkEnglisharrow-up1·14 days agoI truly hope that there is nothing irreplaceable on that machine, bc you might be about to FAAFO.
minus-squaremoseschrute@lemmy.worldlinkfedilinkarrow-up2·10 days agoI think you’re only supposed to use the dangerous skip thing when it’s running inside a docker container
I am using on Mac and I have few hooks, one is replace any rm to trash command. You can make hooks for the most dangerous patterns and use dangerous-skip-permissions with a bit more safety.
I truly hope that there is nothing irreplaceable on that machine, bc you might be about to FAAFO.
I think you’re only supposed to use the dangerous skip thing when it’s running inside a docker container