Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete remote files that cause errors #4004

Closed
xilutian opened this issue Dec 2, 2019 · 7 comments
Closed

delete remote files that cause errors #4004

xilutian opened this issue Dec 2, 2019 · 7 comments

Comments

@xilutian
Copy link

xilutian commented Dec 2, 2019

I want to do periodic backup, that is to say, the remote files are deleted and the new data is backed up again for a period of time, but the software will report an error and the remote files are deleted. How should I set it?
image

@xilutian xilutian changed the title delete remote files that Cause errors delete remote files that cause errors Dec 2, 2019
@xilutian
Copy link
Author

xilutian commented Dec 2, 2019

Does software support filter of the source in time ?

@drwtsn32x
Copy link
Contributor

Are you trying to delete remote files yourself? Don't do that.... let Duplicati manage them automatically. You can set retention options by editing the backup job and setting it to keep only X versions or backups for X days.

@xilutian
Copy link
Author

xilutian commented Dec 3, 2019

Does software support real-time synchronization, that is to say, when the source file changes, it will be automatically synchronized. If it is supported, how should it be configured

@drwtsn32x
Copy link
Contributor

No... Duplicati is not synchronization software. It is backup software that uses deduplication in order to efficiently store many backup versions. Source files are broken into chunks for deduplication, packaged into volumes, compressed, and encrypted. You probably noticed that files on the "back end" are definitely NOT in native format.

If you want synchronization software that keeps files in native format, Duplicati is not the right choice.

@xilutian
Copy link
Author

xilutian commented Dec 3, 2019

What I just said is not correct, Does software support real-time backup ,a software can generate millions of photos a day. I want to back up in real time. When generating new photos, I want to back up to the specified directory in real time

@drwtsn32x
Copy link
Contributor

Duplicati is not realtime per se, where it actively monitors filesystem activity and does a backup as soon as a file is modified.

The Web UI can schedule jobs to run as frequently as every 6 minutes. If you use the OS scheduler you can potentially do backups more frequently. How well Duplicati handles such frequent backups depends on your setup. If you do backups this often you'll want to set the retention option so that versions are getting pruned otherwise you'll end up with thousands of versions very quickly.

@warwickmm
Copy link
Member

@drwtsn32x is correct. If you want true real-time backup, then there might be better tools.

I'm going to close this as there's nothing actionable. Feel free to reopen this if you think it is unresolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants