FredHutch / lf-backup

lf-backup (aka large file backup) takes a list of filenames from a csv file or sql and copies the files to a swift objectstore
Other
0 stars 0 forks source link

add restore feature #6

Open dirkpetersen opened 7 years ago

dirkpetersen commented 7 years ago

add options --restore and --daysback options

--restore is True/False and if invoked it will restore all files from --container to --prefix that have been backed up within in the last xx days (--daysback).

this feature could also be implemented in swift commander and then documented here