Restore the database from a backup
adb_restore(version = NULL, date = NULL)
[character(1)
]
a version identifier for which to
restore files.
[character(1)
]
a date for which to restore files.
No return value, called for the side effect of restoring files that were previously stored in a backup.
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.