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
Copy file name to clipboardExpand all lines: README.rst
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ CLI Help output::
80
80
log level to use (default: info, possible levels:
81
81
debug, info, warning, error, critical)
82
82
-i, --incremental incremental backup
83
+
--incremental-by-files incremental backup using modified time of files
83
84
--starred include JSON output of starred repositories in backup
84
85
--all-starred include starred repositories in backup [*]
85
86
--watched include JSON output of watched repositories in backup
@@ -239,6 +240,12 @@ Using (``-i, --incremental``) will only request new data from the API **since th
239
240
240
241
This means any blocking errors on previous runs can cause a large amount of missing data in backups.
241
242
243
+
Using (``--incremental-by-files``) will request new data from the API **based on when the file was modified on filesystem**. e.g. if you modify the file yourself you may miss something.
244
+
245
+
Still saver than the previous version.
246
+
247
+
Specifically, issues and pull requests are handled like this.
0 commit comments