diff --git a/README.md b/README.md index 5cd3b67..426fc7d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ This is a small backup utility for uploading/restoring a local directory to/from an AWS S3 bucket. -Note: Some Gitea Actions (CI) are failing seemingly without reason. This is an issue with this Gitea instance, not the project, and [I am currently investigating it](https://git.koval.net/cyclane/kovalhome/issues/17). - ## Usage This tool is released as a JAR in the [releases page](https://git.koval.net/cyclane/teamcity-executors-test-task/releases). Use `java -jar s3backup-tool-.jar --help` for more detailed usage instructions. @@ -92,4 +90,4 @@ Arguments: - 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. +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. \ No newline at end of file