# Regards Incremental backup restore in open source

**URL:** https://forum.scylladb.com/t/regards-incremental-backup-restore-in-open-source/1400
**Category:** ScyllaDB
**Tags:** troubleshooting, backup-restore
**Created:** [March 19, 2024, 3:18pm UTC](https://forum.scylladb.com/t/regards-incremental-backup-restore-in-open-source/1400 "2024-03-19T15:18:13Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![manjesh0037](https://avatars.discourse-cdn.com/v4/letter/m/ecccb3/32.png) [@manjesh0037](https://forum.scylladb.com/u/manjesh0037)
#### Post date: [March 19, 2024, 3:18pm UTC](https://forum.scylladb.com/t/regards-incremental-backup-restore-in-open-source/1400/1 "2024-03-19T15:18:13Z")

</div>

when iam restoring incremental backup not getting incremental data.  
Can you help on this

---

<div class="post-metadata">

### Author: ![Guy](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/guy/32/9_2.png) [@Guy](https://forum.scylladb.com/u/Guy)
#### Post date: [March 20, 2024, 5:20am UTC](https://forum.scylladb.com/t/regards-incremental-backup-restore-in-open-source/1400/2 "2024-03-20T05:20:06Z")

</div>

Please provide information, things like:

1. What version are you using?
2. Which backup procedure are you following?
3. What is the exact error/issue you are facing? What do you mean by “not getting incremental data”?

---

<div class="post-metadata">

### Author: ![manjesh0037](https://avatars.discourse-cdn.com/v4/letter/m/ecccb3/32.png) [@manjesh0037](https://forum.scylladb.com/u/manjesh0037)
#### Post date: [March 20, 2024, 5:50am UTC](https://forum.scylladb.com/t/regards-incremental-backup-restore-in-open-source/1400/3 "2024-03-20T05:50:32Z")

</div>

Hi,

1. Iam using Scylla version 5.2

2. 

[Backup your Data | ScyllaDB Docs](https://opensource.docs.scylladb.com/stable/operating-scylla/procedures/backup-restore/backup.html) For backup iam following this

[Restore from a Backup and Incremental Backup | ScyllaDB Docs](https://opensource.docs.scylladb.com/stable/operating-scylla/procedures/backup-restore/restore.html) For rstore iam following this

1. 

- When updating data in cqlsh shell in the incremental backup it is not updating.
- For Restore incremental backup  
a. When restoring iam not getting any error.  
b. I need to restore incremental backup, i lost only after daily backup of data, How to do this one.  
c. if we run the schema 1st point in restoring backup , it is creating one more table schema in the data.  
d. After restoration when iam checking the data iam getting below error.  
ReadFailure: Error from server: code=1300 [Replica(s) failed to execute read] message=“Operation failed for example\_keyspace.users - received 0 responses and 1 failures from 1 CL=ONE.” info={‘failures’: 1, ‘received\_responses’: 0, ‘required\_responses’: 1, ‘consistency’: ‘ONE’}

---

<div class="post-metadata">

### Author: ![manjesh0037](https://avatars.discourse-cdn.com/v4/letter/m/ecccb3/32.png) [@manjesh0037](https://forum.scylladb.com/u/manjesh0037)
#### Post date: [March 20, 2024, 5:54am UTC](https://forum.scylladb.com/t/regards-incremental-backup-restore-in-open-source/1400/4 "2024-03-20T05:54:17Z")

</div>

If possible, schedule a call with us.  
Customer is waiting for the update, if we not resolved he will move to the other database.  
For that we need to clarify him clearly.

Thanks,  
manjesh

---

<div class="post-metadata">

### Author: ![Sreedhar\_Naidu](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.scylladb.com/sreedhar_naidu/32/1066_2.png) [@Sreedhar\_Naidu](https://forum.scylladb.com/u/Sreedhar_Naidu)
#### Post date: [August 16, 2024, 7:57am UTC](https://forum.scylladb.com/t/regards-incremental-backup-restore-in-open-source/1400/5 "2024-08-16T07:57:53Z")

</div>

I use scylla version 5.4.9  
I enabled incremental backups and after the flush the backup folders are not getting created in keyspace/table-uuid/ . I followed the same documentation
