Earlier quoted context omitted.
I believe your understanding is incorrect. GDPR certainly includes storage and processing, both of which backups probably trigger. Anyway, think about the spirit of the law, and then think about how that interacts with backups. If someone asks to be deleted from your system, you do so, and then you restore a backup with their data, you have clearly violated the intent.
Keep a log of deleted users and re-delete upon restore. The GDPR contains exceptions for data storage for which it is infeasible or outside reasonable effort to delete individual records or you have legal compliances to uphold.
Apache Kafka and GDPR compliance
41–47 of 47 posts
Re: Apache Kafka and GDPR compliance
#42Earlier quoted context omitted.
Keep a log of deleted users and re-delete upon restore. The GDPR contains exceptions for data storage for which it is infeasible or outside reasonable effort to delete individual records or you have legal compliances to uphold.
Isn't the log of deleted users subject to the GDPR then?
Re: Apache Kafka and GDPR compliance
#43Earlier quoted context omitted.
Keep a log of deleted users and re-delete upon restore. The GDPR contains exceptions for data storage for which it is infeasible or outside reasonable effort to delete individual records or you have legal compliances to uphold.
Isn't the log of deleted users subject to the GDPR then?
Re: Apache Kafka and GDPR compliance
#44I'm wondering if anyone thought about a GDPR extension that would include machine learning extension, ie. being forgotten meant "unlearning" to the model from my data (or relearning it on dataset from which my data was removed).
Re: Apache Kafka and GDPR compliance
#45I'm wondering if anyone thought about a GDPR extension that would include machine learning extension, ie. being forgotten meant "unlearning" to the model from my data (or relearning it on dataset from which my data was removed).
I would consider that already covered under the GDPR. Most machine learning approaches today make little to no guarantees about differential privacy and allow for (partial) extraction of the training dataset, which would mean that the request for deletion was never fully fulfilled.
Re: Apache Kafka and GDPR compliance
#46Earlier quoted context omitted.
I would consider that already covered under the GDPR. Most machine learning approaches today make little to no guarantees about differential privacy and allow for (partial) extraction of the training dataset, which would mean that the request for deletion was never fully fulfilled.
So do you mean that GDPR allows for a request for removal from model or of there is an exemption from data mining results?
(This should not be considered legal advice by me.)
Re: Apache Kafka and GDPR compliance
#47Earlier quoted context omitted.
It's not that simple. For example in my business, we may give some money to help someone "once in its life" (the law says so). Therefore, if the persons asks to be deleted, then we might not apply the law anymore because it'll mean we won't remember the decision... I think GDPR is a good thing, but at some point, in my business, those who write the laws will have to be aware of it (and the legal teams is miles away f…
The GDPR offers exceptions to the right to erasure, this mostly includes legal compliance (banks) or in the interest of legal claims or when data cannot be easily deleted as individual record. It also does not affect any non-digital documents which aren't filed. This is all laid out very thoroughly in the legal documents relating to this.