This commit is contained in:
Your Name 2022-11-27 15:46:26 -07:00
parent a9ad465a50
commit 6bc539d153

View File

@ -1,2 +1,3 @@
00 01 * * * bash /backup.sh
00 02 * * * find /saves/ -type f -mtime +3 -exec rm -f {} \;
00 04 * * 7 su postgres -s $SHELL -lc "psql -d pleroma -c 'vacuum(full,analyse,verbose);'"