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.5)rotor_0.3.7.zip(r-4.4)rotor_0.3.7.zip(r-4.3)
rotor_0.3.7.tgz(r-4.4-any)rotor_0.3.7.tgz(r-4.3-any)
rotor_0.3.7.tar.gz(r-4.5-noble)rotor_0.3.7.tar.gz(r-4.4-noble)
rotor_0.3.7.tgz(r-4.4-emscripten)rotor_0.3.7.tgz(r-4.3-emscripten)
rotor.pdf |rotor.html✨
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
backuplogginglogrotatelogrotation
Last updated 2 years agofrom:db42e9feda. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-win | OK | Nov 21 2024 |
R-4.5-linux | OK | Nov 21 2024 |
R-4.4-win | OK | Nov 21 2024 |
R-4.4-mac | OK | Nov 21 2024 |
R-4.3-win | OK | Nov 21 2024 |
R-4.3-mac | OK | Nov 21 2024 |
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 |