Package: rotor 0.3.7
rotor: Log Rotation and Conditional Backups
Conditionally rotate or back-up files based on their size or the date of the last backup; inspired by the 'Linux' utility 'logrotate'.
Authors:
rotor_0.3.7.tar.gz
rotor_0.3.7.zip(r-4.7)rotor_0.3.7.zip(r-4.6)rotor_0.3.7.zip(r-4.5)
rotor_0.3.7.tgz(r-4.6-any)rotor_0.3.7.tgz(r-4.5-any)
rotor_0.3.7.tar.gz(r-4.7-any)rotor_0.3.7.tar.gz(r-4.6-any)
rotor_0.3.7.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rotor/json (API)
NEWS
| # Install 'rotor' in R: |
| install.packages('rotor', repos = c('https://s-fleck.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/s-fleck/rotor/issues
Pkgdown/docs site:https://s-fleck.github.io
backuplogginglogrotatelogrotation
Last updated from:db42e9feda. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 135 | ||
| source / vignettes | OK | 171 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 100 | ||
| macos-oldrel-arm64 | OK | 87 | ||
| windows-devel | OK | 106 | ||
| windows-release | OK | 100 | ||
| windows-oldrel | OK | 83 | ||
| wasm-release | OK | 100 |
Exports:backupbackup_datebackup_infobackup_timeBackupQueueBackupQueueDateBackupQueueDateTimeBackupQueueIndexCacheDirectoryQueuelist_backupsn_backupsnewest_backupoldest_backupprune_backupsprune_identical_backupsrotaterotate_daterotate_rdsrotate_rds_daterotate_rds_timerotate_time
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Discover existing backups | backup_info list_backups newest_backup n_backups oldest_backup |
| An R6 Class for managing backups (abstract base class) | BackupQueue |
| An R6 class for managing datestamped backups | BackupQueueDate |
| An R6 class for managing timestamped backups | BackupQueueDateTime |
| An R6 class for managing indexed backups | BackupQueueIndex |
| An R6 class for managing a persistent file-based cache | Cache |
| An R6 class for managing persistent file-based queues (abstract base class) | DirectoryQueue |
| Rotate or backup files | backup backup_date backup_time prune_backups prune_identical_backups rotate rotate_date rotate_time |
| Serialize R objects to disk (with backup) | rotate_rds rotate_rds_date rotate_rds_time |
