rtweeks / s3-sysbackup

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

Add option to allow customization of `restore` #25

Open rtweeks opened 3 years ago

rtweeks commented 3 years ago

The restore subcommand needn't restore every file in the manifest. This can currently be worked around by editing the datarestore- script prior to running it, but all the content referenced by the manifest is downloaded prior to that point, so it is a waste of time downloading files (unless to run comparisons). It would be nice if a --partial flag provided a nice curses-based menu for selecting/deselecting files for restore and then only downloading those selected.