wp-media / backwpup

BackWPup - WordPress Backup Plugin
https://backwpup.com
GNU General Public License v2.0
87 stars 36 forks source link

Manifest.json is erased if another file has the same name . #61

Open thib3113 opened 6 years ago

thib3113 commented 6 years ago

On my Installation, I've a file called "manifest.json", containing the metadata for chrome android ( https://developer.chrome.com/multidevice/android/installtohomescreen#supporting ), so when I do a backup, the manifest.json created by backwpup is erased .

So I've some questions :

widoz commented 5 years ago

Hi @thib3113 unfortunately we cannot change this behavior since the manifest.json is used by BackWPup to collect data about the backup and change it means doing a breaking change.

Not sure about this, need to be discussed in deep with @danielhuesken

thib3113 commented 5 years ago

So you're backward compatible, and doens't erase the manifest.json ( or backuping the website in a subfolder in the zip ) ?

widoz commented 5 years ago

Thanks for the answer and the proposal.

I was thinking instead to move all of the additional files like the plugins list, manifest etc... under a directory named for example bwu-bkp rather than using prefixes for everything.

But could works also.