Post #1457409
2025-11-14 16:52 UTC
@mariyadelano
Scripting languages can be your friend here, of course. My 'automated' stuff is now almost always a Perl script, usually with a bash script (or similar) front-end to invoke the correct version of the Perl interpreter and pass arguments in.
I'm down to 2 systemd scripts for backup stuff - everything else is a Perl script. This is on Garuda Linux.
Replies (1)
-
@gbargoud@masto.nyc 2025-11-14 18:06
@bytebro @mariyadelano I've rewritten backup bash scripts so many times before finding rsnapshot and realizing it just does everything I want it to