Copy [duplicate] groupFolder content with permissions

[details=“Support intro”]

Hi all Nextcloud members :slight_smile:

I am trying to duplicate the contents of the existing group folder that exists in my architecture

groupeFolderName

                  * January-Folder

                                         *file-one  [read,wrire]
                                         * file-two  [read]
                                         *file-three[Read,write,delete]

what i wanna achieve, is create a new folder “February-folder” which has the same permissions
ie :

                     * February-Folder

                              * file-one  [read,wrire]
                              *file-two  [read]
                              *file-three[Read,write,delete]

the purpose of this approach is to run a cron job that creates a folder (monthly) with the same permissions

is it possible, Thanks