Error
“Network error: will retry in X seconds” occurs when running a manual backup (that is, a backup run from the agent GUI)
Cause
This is normally caused by lack of privilege within the spooling folder location.
eg: /Users/ladmin/.temp
Resolution
- Change the owner on the spooling folder including all subfolders to the correct local user
- sudo chown -R <user> <spooling location>
- eg: sudo chown -R ladmin /Users/ladmin/.temp
- sudo chown -R <user> <spooling location>