steadyequipment / node-firestore-backup

Google Firebase Firestore backup tool
190 stars 51 forks source link

Ability to specify destructive backup #3

Open yoiang opened 7 years ago

yoiang commented 7 years ago

Optionally allow deletion of previously backed up data that is no longer in the database.

atlanteh commented 6 years ago

Doesn't the new backup file only contain what's on the new db? If the new file overwrites the old one, that's what's going to happen no?

yoiang commented 6 years ago

The backup is done across many files, not a single one!

atlanteh commented 6 years ago

Ah really? Didn't know that.. I just came here to check this repo to see if it fits my needs :)