adb_restore: Restore the database from a backup

View source: R/adb_restore.R

adb_restoreR Documentation

Restore the database from a backup

Description

Restore the database from a backup

Usage

adb_restore(version = NULL, date = NULL)

Arguments

version

'character(1)
a version tag for which to restore files.

date

character(1)
a date for which to restore files.

Details

This function searches for files that have the version and date tag, as it was defined in a previous run of adb_backup, to restore them to their original folders. This function overwrites by default, so use with care.

Value

No return value, called for the side effect of restoring files that were previously stored in a backup.


arealDB documentation built on April 12, 2025, 1:42 a.m.