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
Hi Winston and thanks for the feedback. The first line of the readme mentions:
The rsync-system-backup program uses rsync to create full system backups of Linux systems.
Judging by the filename (/Library/Frameworks/Python.framework/...) in the error message you are running macOS. This is not a supported platform.
In an attempt to more explicitly signal unsupported platforms I've now added an error message that needs to be bypassed using the -f or --force option.
This doesn't change macOS support for you, but hopefully it avoids confusion for other users.
Upon installation, the command line interface does not work due to '/proc' missing. I have the proc directory as well.
The error resides in
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/proc/core.py", line 693, in find_processes
Should note that this installation was done by pip install
The text was updated successfully, but these errors were encountered: