How to create folder (daily, monthly) backup S3 laravel when using spatie backup?

180 Views Asked by At

I use laravel v5.5 and use spatie backup v5 (https://docs.spatie.be/laravel-backup/v5/introduction). function backup is success. but when I check to S3, the path folder is myBackup/2018-04-29-01-00-07.zip.

I want the backup path is :
myBackup/daily/2018-04-29-01-00-07.zip.
myBackup/monthly/2018-05-29-01-00-07.zip.

is it possible ?

0

There are 0 best solutions below