https://github.com/dizzy611/cover-your-s3
An automated backup utility for Windows using S3-compatible object storage.
https://github.com/dizzy611/cover-your-s3
backup s3 s3-bucket s3-storage s3cmd s3cmd-backup windows
Last synced: about 2 months ago
JSON representation
An automated backup utility for Windows using S3-compatible object storage.
- Host: GitHub
- URL: https://github.com/dizzy611/cover-your-s3
- Owner: Dizzy611
- License: gpl-3.0
- Created: 2020-06-15T07:25:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T02:02:05.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T05:13:53.489Z (4 months ago)
- Topics: backup, s3, s3-bucket, s3-storage, s3cmd, s3cmd-backup, windows
- Language: C#
- Homepage:
- Size: 4.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cover-Your-S3 is an automated backup solution for Windows leveraging s3cmd to do backups of your personal files to any S3-compatible object storage provider, such as Amazon S3 or Linode Object Storage.
Cover-Your-S3 should, when complete, allow you to create a task to back up files, folders, or an entire drive to an S3 bucket periodically from a friendly GUI.
To do this, it uses s3cmd sync (sources currently from s3cmd-2.1.0) and Windows Task Scheduler.
The plan for each actual Task Scheduler task is to use a template to create CMD scripts that run the required s3cmd sync calls and output to a readable log file.Essentially, this is a way to turn a hacky, hardcoded automated backup solution I came up with to utilize Linode Object Storage as a backup system for myself, into something usable by others with a friendly GUI.
Hopefully I have not bitten off more than I can chew :)