Skip to content
Snippets Groups Projects
Commit efedff00 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Add retention example

parent 9281da9a
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
# This will delete data older than the number of days specified in the retention script
/srv/stechuhr-server/env/bin/python /srv/stechuhr-server/stechuhr_server/retention.py
# you can also run the above with the --dry-run option to just see what _would_ happen:
# /srv/stechuhr-server/env/bin/python /srv/stechuhr-server/stechuhr_server/retention.py --dry-run
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment