Why doesn't this cronjob work?
0 4 * * * postgres pg_dump -Fc mastodon_production > /media/slab1/backup/mastodon_production_20`date +%y%m%d`.dump
@matrix because you are using the sh the ticks and the output redirection, put that in a script with #!/bin/sh and chmod +x and then call it with the cronjob
@a7 Oh, thanks
@matrix I think the output redirection is supported if, but I dont think the ticks
Mainly gaming/nerd instance for people who value free speech. Everyone is welcome.
@matrix I think the output redirection is supported if, but I dont think the ticks