rvojcik / gitlab-project-export

Simple python project for exporting GitLab projects with Export Project funkcionality in GitLab API. Import of exported projects is also supported
GNU General Public License v3.0
103 stars 39 forks source link

purge files older than the retention period #20

Closed HemanthD closed 2 years ago

HemanthD commented 2 years ago

Added an optional configuration parameter retention_period to allow automatic deletion of *.tar.gz files in the destination folder older than the specified value (in days). Made the following minor changes:

  1. Update README with Usage and cosmetic changes
  2. Renamed config.yaml-example as config-example.yml (to use a std extension to allow readability, syntax highlighting etc.)
rvojcik commented 2 years ago

Looks nice, thanks !