Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Issue:
Backups can intermittently fail due to
grep: write error: Resource temporarily unavailable. This appears to be linked to a significant (hundreds of thousands or more) Pages objects in an environment causing thegrepprocess used in conjunction with output redirection to run out of resources and fail.Workarounds:
Remove the
egreps fromghe-rsyncPotential fix:
In combination with potential changes to output filtering (removal of
egreps), investigate additional logic to backup Pages in a similar fashion to repository networks to lower the number of files being transferred.