-
Notifications
You must be signed in to change notification settings - Fork 0
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
(Backup) Logic for taking Backup #472
Comments
I have completed coding for this. We have two options: 1- Manual backup "Backup Now" : it immediately takes backup . This has been tested and it is working fine. 2- Other settings for 'daily' , 'weekly' and 'monthly' backup are coded. It needs testing. I have set backup 'daily' so it should take backup once sometime daily. Will recheck tomorrow to see in logs if backup was taken. Will mark it as resolved once it runs backup |
How this is done in WhatsApp? |
Sir, It is done same way on whatsapp. We are following same model. Watsapp
also has option for manual backup i.e. "Backup Now" . And other is "Auto
Backup" which can be daily, weekly or monthly or OFF.
For e.g. If we select "Daily" , whatsapp will take backup once in a day.
…On Thu, Mar 9, 2017 at 6:17 PM, Cloudkibo ***@***.***> wrote:
How this is done in WhatsApp?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#472 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKbhpyVfORnXfZlRMqx5V8p14MPDerEbks5rj_v9gaJpZM4L3rX6>
.
|
Also tested Auto Backup. It is working fine. We can close this now |
Good |
Write logic for taking data backup at scheduled times. User won’t notice when it is running. It would silently do its work.
The text was updated successfully, but these errors were encountered: