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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Using PIP via Github (more likely the latest version)::
28
28
Python scripts are unlikely to be included in your ``$PATH`` by default, this means it cannot be run directly in terminal with ``$ github-backup ...``, you can either add python's install path to your environments ``$PATH`` or call the script directly e.g. using ``$ ~/.local/bin/github-backup``.*
29
29
30
30
Basic Help
31
-
===========
31
+
==========
32
32
33
33
Show the CLI help output::
34
34
@@ -220,7 +220,7 @@ Cloning all starred size
220
220
Using the ``--all-starred`` argument to clone all starred repositories may use a large amount of storage space, especially if ``--all`` or more arguments are used. e.g. commonly starred repos can have tens of thousands of issues, many large assets and the repo itself etc. Consider just storing links to starred repos in JSON format with ``--starred``.
221
221
222
222
Incremental Backup
223
-
-------------------
223
+
------------------
224
224
225
225
Using (``-i, --incremental``) will only request new data from the API **since the last run (successful or not)**. e.g. only request issues from the API since the last run.
226
226
@@ -249,7 +249,7 @@ It's therefore recommended to only use the incremental argument if the output/re
249
249
250
250
251
251
"bare" is actually "mirror"
252
-
--------------------------
252
+
---------------------------
253
253
254
254
Using the bare clone argument (``--bare``) will actually call git's ``clone --mirror`` command. There's a subtle difference between `bare <https://www.git-scm.com/docs/git-clone#Documentation/git-clone.txt---bare>`_ and `mirror <https://www.git-scm.com/docs/git-clone#Documentation/git-clone.txt---mirror>`_ clone.
255
255
@@ -263,13 +263,13 @@ The starred normal repo cloning (``--all-starred``) argument stores starred repo
The ``--skip-existing`` argument will skip a backup if the directory already exists, even if the backup in that directory failed (perhaps due to a blocking error). This may result in unexpected missing data in a regular backup.
269
269
270
270
271
271
Github Backup Examples
272
-
========
272
+
======================
273
273
274
274
Backup all repositories, including private ones using a classic token::
0 commit comments