DriveBackupV2

DriveBackupV2

46.6k Downloads

Can't backup files and blacklist not working

1101-trash opened this issue ยท 2 comments

commented

Describe the bug

In my backup-list i have:

- glob: "*.json"
  format: "Backup-server-%FORMAT.zip"
  create: true

but it won't backup all files that are JSON. Not even one. I tried with "**/.json", "./.json"

And also can't make a backup of the root folder with the blacklist.
Although I have blacklisted 'cache' and 'libraries' they are still in the backup.
image

To Reproduce

Just editing the settings like above and running the backup.

Screenshots / Videos

No response

Server and Plugin Versions

No response

Additional Context

No response

commented

It is not possible to backup individual files. You can blacklist entire directories by appending '/**' e.g. - "libraries/**

commented

It is not possible to backup individual files. You can blacklist entire directories by appending '/**' e.g. - "libraries/**

Thanks you very much, I can handle that :)