Skip to content

khirr/folder-backup-to-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backup dir to AWS Object Storage

Docker

Build and Run

docker build . -t backup-folder && docker run --env-file=".env" backup-folder

Build from ARM (Apple M Series) to X86

If you have a Mac with M Series chip and you want to build for x86 hadware, you can use this:

docker buildx build --platform=linux/amd64 . -t backup-folder

Kubernetes

You can run a cronjob task with 200m of CPU and 256Mi of RAM.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published