Clarify testing only BackupClient in README
Test Workflow / Lint and test library (push) Successful in 5m54s Details

This commit is contained in:
Gleb Koval 2023-12-30 22:56:44 +06:00
parent e09bf9e9f8
commit 97f9cc4b2b
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 0 deletions

View File

@ -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.