-
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
Snapshot folder not found (BiT on Mac in a Docker container) #1622
Comments
Officially we don't support Mac and I personally think It will not work without investing a lot of time (which we as BiT developers do not have) but I am really interested in your experiences. The code that prints the backintime/common/snapshots.py Lines 767 to 773 in d583cf8
Looking into
To investigate the problem could you please:
PS: It also looks like |
There are more then just technical reasons that Apple products not supported. I am really interested in the "--debug" output. 🍿 🍸 |
@aryoda, I'll try the suggestions made and get back to you 😄 @buhtz, I was searching for beginner-friendly projects to contribute to, but unfortunately, I realized that BiT is only compatible with Linux after starting to work on it. However, I believed that solving issue #1382 would be a great starting point and learning opportunity for me even if I was on Mac. But now I'm second-guessing my choice 😅 . |
So your initiative is based on the GoodFirstIssue label? So you don't use BIT regularly on your Mac? |
Yes, I started this because of the GoodFirstIssue label. And no I don't use BiT. |
Ah, thanks for this inside. So how do you wish to proceed? |
I plan to investigate as suggested by Aryoda and post the results here. Also, if there are any more suggestions or steps that would help me I would be happy to consider those as well while debugging. |
I think the home folder of Does the snapshot target folder exist? You can find out the folder via Edit: Found it,
I think I will extend our error message and mention this... |
I'm happy to let you know that I was able to fix the issue with the snapshot path for Back In Time in the Docker container on my Mac. Here's a summary of the steps I took:
I can confirm that the snapshots are now being saved correctly within the Docker container's filesystem. If this setup needs to be saved beyond the container's lifecycle, we will have to consider linking the snapshot directory to a volume on the host system. Thank you for your support throughout this process. |
Thanks a lot for letting us know how to solve the problem! Was there a reason to prefer |
All right, again thanks a lot for your feed back! Please feel free to close the issue if the reported problem is solved. |
@aryoda I'm sorry, but I don't have permissions to close this issue. |
That is strange, you have opened the issue but may not close it... Anyhow I will close it then after updating our info message about the missing snapshot folder. |
To what I see you have opened the Issue. Haven't you moved it from somewhere else? |
Ah yes, I did move the initial comment from another issue into this so @Hitro147 cannot close it... |
Hi Developers,
I'm new to open-source contributing and am very excited about contributing to the Back In Time project. However, I've run into a hurdle that I hope you guys can help me with.
I'm currently operating on a Mac, and since Back In Time is designed for Linux, I've been using Docker to create a compatible environment. Also, I am not using the UI version of the project but rather the command line interface through Docker.
Despite following the instructions for taking a snapshot, I continually encounter an error stating that the snapshots folder cannot be found. I've made several attempts to resolve this by creating directories in different locations and adjusting the snapshot path ('profile1.snapshots.path') in the config file. I've experimented with various directory names and paths, but the application still fails to recognize the snapshots folder, and I continue to receive the same error message.
I've attached screenshots illustrating the directory structures I've tried and the error messages encountered.
Any insights into a naming convention, specific directory location, or Docker-related adjustments that I should be aware of would be greatly appreciated.
Thank you for your time and assistance.
Originally posted by @Hitro147 in #1382 (comment)
The text was updated successfully, but these errors were encountered: