You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm afraid you're misunderstanding how the --resume option works.
The --resume option works for a backup that has finished spooling changes, but has not yet completed downloading all the necessary batches of documents.
I can see from your output above that your first backup has:
couchbackup:backup Finished - Total document revisions written: 2984 +11ms
So the resume in your second backup command has no effect because the backup has already completed.
What you are looking for is incremental backup, which is not available at this time. It is tracked in #11 (which I see you found and commented on). Seems like our documentation could use some improvement in this area.
First backup:
Check to see the remote doc count:
Wait a while, run again:
OK, the remote DB has definitely changed; back up again:
Nothing got written, and the backup files (txt & log) haven't changed.
Is this a bug, or am I just misunderstanding how the
--resume
option works?The text was updated successfully, but these errors were encountered: