As a contractor sysadmin at the time, managing both Exchange and Notes/Domino, I loved Notes for the simplicity of dealing with backups, to tape and over the VPN.
You mark the database as read only, copy the .nsf file over, unmark the database as read only, done. Brightstor had a plugin for Notes that did that automatically and could do incremental backups with ease.
Move to Exchange and it's horrible single file mail storage solution which was inconceivable when hard drives weren't that big. 10,000 users? It's 100MB of mail so it can fit nicely in a single storage volume. Backups? Well, only at night because you have to unmount the file from Exchange, copy it over, and mount it again, which took a good couple of hours.
Systemd lets you create templates that take an argument in from the scheduled service. It gets that from the value after the @. So you can write a unit file that schedules a task to run say every 3 days and in that unit file reference `jobs/%i`, then put your task in a file in jobs and say `systemctl start every-3-days@script1.sh` to run `script1.sh` on your schedule without needing to create a new unit file for each script. StepCA has a nice write up on their site about using these templates to schedule cert renewals for any arbitrary service
What damage do you have in mind? I live next to a big cluster of data centers, second biggest in Europe, and I haven't seen anything like "damage" from them.
You mark the database as read only, copy the .nsf file over, unmark the database as read only, done. Brightstor had a plugin for Notes that did that automatically and could do incremental backups with ease.
Move to Exchange and it's horrible single file mail storage solution which was inconceivable when hard drives weren't that big. 10,000 users? It's 100MB of mail so it can fit nicely in a single storage volume. Backups? Well, only at night because you have to unmount the file from Exchange, copy it over, and mount it again, which took a good couple of hours.
I miss Notes "simplicity".
reply