-
Notifications
You must be signed in to change notification settings - Fork 240
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
how to correctly update local backup? #196
Comments
Try without |
This tool pulls remotes using |
Can explain more about this? How can actually update the local files? |
Unfortunately, this does not seem to be working. |
You might need to learn more about how a git repo works under the hood, but you will want to merge in the latest remote branch (which has been fetched via the backup) using |
@whwright Can I pass any argument to |
No this is not supported, neither is it necessary. The data is in your local copy of the repo if the tool as been run. |
Hi, I want to update local backup repos, but maybe I'm using the wrong command? Thanks for helping!
The code I'm using:
github-backup ma-ji --incremental --token xxx --output-directory ./ --repositories --private --fork --all
After running the command, the local files is still not update to date.
The text was updated successfully, but these errors were encountered: