runtimesoftware / runtime-backup-manager

Backups up databases and folders on a computer and optionally uploads them to remote storage
Apache License 2.0
1 stars 3 forks source link

[enhancement] Uploading to AWS S3 Bucket Folder #2

Closed xe1os closed 2 years ago

xe1os commented 3 years ago

Hi,

First of all kudos to your work.

Can you please add defining folder for S3 Bucket in the backup manager.

Thanks.

runtimesoftware commented 3 years ago

Thanks! I will try to implement this asap.

xe1os commented 2 years ago

@runtimesoftware hi any luck with this?

runtimesoftware commented 2 years ago

Added an option to specify folder name next to bucket name. You can use forward slash () in folder name to specify sub-folder. You can also use %Y% to append with current year, %M% for current month and %D% for current date. For e.g. if you specify bucket name "S3Bucket" and folder name "MYSERVER\%Y%\%M%\%D%", then this will translate to: S3Bucket\MYSERVER\2021\10\24