File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,13 @@ This app allow you to use Amazon AWS Simple Storage Service (S3) as backup syste
11
11
Like Dropbox or Google Drive app you can backup your important data on AWS S3.
12
12
This desktop app allow you to configure 3 different types of backup job (One time, recurring, live) to backup your data in an S3 bucket.
13
13
14
+ - ** One time:** the backup job will be executed only one time as programmed.
15
+ - ** Recurring:** the backup job will be executed periodically as programmed.
16
+ - ** Live:** any time a file associated with the backup job changes it will be transferred to the S3 bucket.
17
+
14
18
The app is designed with Electron and Angular so you can use it on Windows, Mac and Linux.
15
19
16
- Requirement:
20
+ ## Requirement:
17
21
18
22
This app rely on AWS CLI to use the efficient "sync" command, this mean that you need to install the AWS CLI on your own in order to use this app.
19
23
@@ -78,7 +82,7 @@ To correctly quit the app right click on the tray icon and click "quit".
78
82
79
83
## More information
80
84
81
- This app is build with the [ maximegris/angular-electron] ( https://github.com/maximegris/angular-electron )
85
+ This app is built with the [ maximegris/angular-electron] ( https://github.com/maximegris/angular-electron )
82
86
project, for more information visit the repo.
83
87
84
88
[ license-badge ] : https://img.shields.io/badge/license-Apache2-blue.svg?style=flat
You can’t perform that action at this time.
0 commit comments