Skip to content
Snippets Groups Projects
retention.sh 381 B
Newer Older
  • Learn to ignore specific revisions
  • David Huss's avatar
    David Huss committed
     #! /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