Restore the database from a backup

adb_restore(version = NULL, date = NULL)

Arguments

version

[character(1)]
a version identifier for which to restore files.

date

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

Value

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

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.