Clarify testing only BackupClient in README
Test Workflow / Lint and test library (push) Successful in 5m54s
Details
Test Workflow / Lint and test library (push) Successful in 5m54s
Details
This commit is contained in:
parent
e09bf9e9f8
commit
97f9cc4b2b
|
@ -87,6 +87,7 @@ Arguments:
|
|||
- *Alternative*: use S3 object tags to store the EOCD size, fallback to 22 bytes otherwise. This could be
|
||||
interesting if we want the backup tool to be able to import existing ZIPs (which could potentially have a comment),
|
||||
but that is beyond the scope of the instructions.
|
||||
- Only the `BackupClient` is tested, since by testing it, all other (internal) classes are functions are tested as well.
|
||||
|
||||
## Instructions
|
||||
Create a backup utility that copies files to AWS S3. The utility should take a local directory with files and put it into AWS S3 in the form of one blob file. The reverse behavior should also be possible. We should be able to specify what backup we want to restore and where it should put the files on the local system. The utility should be able to restore one individual file from a backup.
|
Reference in New Issue