sbgrid-cli-admin.md
... ...
@@ -132,10 +132,16 @@ $ sbgrid-cli crontab --all-versions --darwin --linux -j 4
132 132
133 133
### More crontab examples
134 134
1. Only update the titles that have been explicitly installed, no new additions
135
-FIX ME
135
+
136
+```
137
+*/15 * * * * /programs/x86_64-linux/sbgrid_installer/latest/sbgrid-cli update --all-titles --linux --darwin --yes --quiet
138
+```
136 139
137 140
2. Run a daily cleanup to preserve space
138
-FIX ME
141
+
142
+```
143
+* 1 * * * /programs/x86_64-linux/sbgrid_installer/latest/sbgrid-cli clean --yes --quiet
144
+```
139 145
140 146
For more info on cron configuration, see [https://www.man7.org/linux/man-pages/man5/crontab.5.html](https://www.man7.org/linux/man-pages/man5/crontab.5.html)
141 147