rtweeks / s3-sysbackup

An AWS S3-backed, Unix-philosophy backup system
Other
1 stars 0 forks source link

`Restorer` needed #2

Closed rtweeks closed 3 years ago

rtweeks commented 3 years ago

The Saver class puts the desired information in S3, but saved data is less than half the battle. If the system needs to be restored -- and to test that the system could be restored -- a class is needed to implement retrieval of the backup from S3 and local restoration of files and data.