• 1 Post
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle



  • I’ve seen tags used well in general communities, like country specific ones especially. /r/newzealand was strict about their post flair so that people could filter out politics or shitposts if they didn’t want to see it but still wanted to engage with the other content.






  • Yep that’s the one. If you can make a cron job to make the zip file, logrotate could handle keeping the last x files.

    It might sound complicated, but the cool thing about *nix environments is that everything is made up of a combo of little tools. You can learn one at a time and slowly build something super complicated over time. First thing would be figuring out the right set of commands to make a zip file from the directory I reckon. Then add that to cron so it happens every day. Then add logrotate into the mix and have that do its thing every day after the backup runs.