All functions

BackupQueue

An R6 Class for managing backups (abstract base class)

BackupQueueDate

An R6 class for managing datestamped backups

BackupQueueDateTime

An R6 class for managing timestamped backups

BackupQueueIndex

An R6 class for managing indexed backups

Cache

An R6 class for managing a persistent file-based cache

DirectoryQueue

An R6 class for managing persistent file-based queues (abstract base class)

backup_info() list_backups() n_backups() newest_backup() oldest_backup()

Discover existing backups

rotate() backup() prune_backups() prune_identical_backups() rotate_date() backup_date() rotate_time() backup_time()

Rotate or backup files

rotate_rds() rotate_rds_date() rotate_rds_time()

Serialize R objects to disk (with backup)