backup: Tools for Creating Backups

backupR Documentation

Tools for Creating Backups

Description

Functions for creating and maintaining backups.

Usage

    old_files(min.age = 365,
              path = ".",
              pattern = NULL,
              ignore.case = FALSE,
              recursive = FALSE,
              min.age.monthend = NULL,
              min.age.yearend = NULL,
              full.names = FALSE)
    path8.3(path = ".")
    backup_filename(root, UTC = FALSE, ...)

Arguments

min.age

number of days: an integer

path

a string

pattern

a string

Details

old_files will look at filenames and then use guess_datetime to extract the date.

Value

for old_files, a character vector

Author(s)

Enrico Schumann

Examples

backup_filename("daily_report.pdf")

enricoschumann/esutils documentation built on Feb. 2, 2024, 10:03 a.m.