-
Notifications
You must be signed in to change notification settings - Fork 204
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
Improve platform independence (was: Backintime on OSX) #873
Comments
As BiT is written in Python which is platform independent it would be possible to port BiT to OSX or Windows. But BiT uses lots of Linux specific code so it won't run out of the box. It would be quite some work... |
Yeah, I realised that there are many calls to /proc which does not exists in macOS. I just wrote a simple rsync script by myself. However, platform independence could be a feature request :) |
I assume OS X does have an rsync implementation. All other things can be done. But we need an OS X person in the team to realize this. None of use OS X. But if anyone is out there we will support. But I also wonder if there is a need for BIT on OS X. Don't they have something like a "timemachine" as a backup solution? |
Yes, on Mac OS they have time machine. As was mentioned before there is lots of Linux specific code. |
I'd say chances for getting BiT running on Windows with all features working is far beyond the capacity we have to port the code (even when using
Perhaps Microsoft's "Linux subsystem for Windows" may be mature enough for this in the future. For OS X is see similar challenges (efforts) though it is at least a Unix system more similar to Linux than Windows. |
Thanks for the explanation! I think that would be too much effort after all...
*This is a little off-topic, i wanted to share my experience to prevent others from wasting their time. Maybe this could be added in the FAQ? |
And it looks like NTFS does support hardlinks to BiT (better:
Good idea (task assigned to myself :-) |
The topic is relevant but to broad. Using all platform independence features of Python (e.g. But I also encourage Mac (and other platform) users to report specific problems and suggest specific solutions in separate Issues tickets. |
Closing this ticket based on the comment above. Feel free to reopen. Thank you for your efforts. If you have Best regards, |
Is there a realistic chance that Backintime can run on OSX? Time Machine does not work properly for me so I consider backintime as a good alternative.
The text was updated successfully, but these errors were encountered: