diff options
author | Rob Austein <sra@hactrn.net> | 2014-06-02 04:05:37 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-06-02 04:05:37 +0000 |
commit | 38419bb62a4abb00b1c374bfea8912714b3bf7ec (patch) | |
tree | 94cc37e1a5e1ad42f46f6bbaf8e5ba1c13a2fde2 /buildtools/rpki-pbuilder.logrotate | |
parent | 72c7ad03606aac4995aaf9ceb5b5849b9ee8561f (diff) |
Archive current configuration of pbuilder robot prior to VM fork lift.
svn path=/trunk/; revision=5858
Diffstat (limited to 'buildtools/rpki-pbuilder.logrotate')
-rw-r--r-- | buildtools/rpki-pbuilder.logrotate | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/buildtools/rpki-pbuilder.logrotate b/buildtools/rpki-pbuilder.logrotate new file mode 100644 index 00000000..a7df6d48 --- /dev/null +++ b/buildtools/rpki-pbuilder.logrotate @@ -0,0 +1,12 @@ +/home/sra/builder.log +{ + rotate 30 + daily + missingok + notifempty + dateext + compress + compresscmd /usr/bin/xz + uncompresscmd /usr/bin/unxz + compressext .xz +} |