dnnrly / s3backup

A super simple solution for backup
Apache License 2.0
11 stars 4 forks source link

Live Directory Monitoring to S3 #12

Open spensireli opened 4 years ago

spensireli commented 4 years ago

Is your feature request related to a problem? Please describe. s3backup cannot actively monitor a directory and upload files.

Describe the solution you'd like s3backup is started in a mode that watches a specific directory i.e. /home/user/directory and uploads to S3 any new files added to the directory dynamically.

Describe alternatives you've considered I've written similar scripts using python and the AWS SDK. Mainly used for legacy systems that use EFT processes that need to go to S3.

Additional context N/A

xenowits commented 3 years ago

@spensireli should i look into this??

dnnrly commented 3 years ago

If you would like to have a go at implementing this then go ahead. As the maintainer of this project, I am happy for anyone to have a go at solving these issues.

Do you have any idea how you will go about implementing it?

santosh1997 commented 3 years ago

I would like to work on it. Shall I start working on it? @dnnrly @xenowits

dnnrly commented 3 years ago

Of course @santosh1997, feel free. I don't assign issues to individuals so just raise a PR when you're ready. Would you like to collaborate with @xenowits?

Have you got any ideas for how you will implement the feature?