We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3ae28 commit 3408cbeCopy full SHA for 3408cbe
source/puppet/latest/types/file.md
@@ -183,9 +183,9 @@ masters.
183
that sufficient disk space is available for the file backups. Generally, you
184
can implement this using one of the following two options:
185
- Use a `find` command and `crontab` entry to retain only the last X days
186
- of file backups. For example,
+ of file backups. For example:
187
188
- ```shell script
+ ```
189
find /opt/puppetlabs/server/data/puppetserver/bucket -type f -mtime +45 -atime +45
190
-print0 | xargs -0 rm
191
```
0 commit comments