Skip to content
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

Fix the Quick Start regarding --prefix #7109

Closed
Matthias80 opened this issue Oct 31, 2022 · 12 comments
Closed

Fix the Quick Start regarding --prefix #7109

Matthias80 opened this issue Oct 31, 2022 · 12 comments
Assignees
Milestone

Comments

@Matthias80
Copy link

Matthias80 commented Oct 31, 2022

--prefix was deprecated (#6806) but the quickstart-guide still uses the --prefix -option (https://borgbackup.readthedocs.io/en/stable/quickstart.html)

@protocolog
Copy link

I am student of BITS Pilani, India. Please, assign me this issue.

@ThomasWaldmann
Copy link
Member

@protocolog thanks for helping!

@protocolog
Copy link

protocolog commented Nov 25, 2022

Hi, First of all thanks for assigning me and I am new in web handling but I have little experience in Django and flask. Can you tell me how can I run the quickstart.html on my local machine to check my updates? I have gone through quickstart.rst I understand the issue. @ThomasWaldmann

@ThomasWaldmann
Copy link
Member

@protocolog
Copy link

Hi, I am trying to build html version using sphinx, But I am getting error in make command. I have installed the sphinx properly and still it is giving me borg._version module error. Please help me here.
@ThomasWaldmann

@ThomasWaldmann
Copy link
Member

you need to install sphinx and also borg. usually, as a developer, one installs both into the active venv, see our install and development docs.

@protocolog
Copy link

In src/borg init.py you have imported _version but you don't have that file in the directory, Which is why getting error while making the HTML file. Please help me here. I have created the VEnv in pycharm(Linux). I tried to update the module but still giving error. I have gone through documentation and installed requirements.
@ThomasWaldmann

@ThomasWaldmann
Copy link
Member

as i said, you need to install borg (the _version module will then be auto-created by setuptools_scm), like pip install -e . .

@protocolog
Copy link

Can you provide community channel link on slack?

@ThomasWaldmann
Copy link
Member

I don't use slack for borgbackup, but you can use the issue tracker and discussions on github, the mailing list or the irc channel, see our homepage / docs for details.

@ThomasWaldmann
Copy link
Member

Any progress here?

@ThomasWaldmann ThomasWaldmann modified the milestones: 1.2.4, 1.2.3 Dec 23, 2022
ThomasWaldmann added a commit to ThomasWaldmann/borg that referenced this issue Dec 24, 2022
also:

- rather mention --glob-archives
- rather test --glob-archives
ThomasWaldmann added a commit to ThomasWaldmann/borg that referenced this issue Dec 24, 2022
also:

- rather mention --glob-archives
- rather test --glob-archives
@ThomasWaldmann
Copy link
Member

Fixed by #7223.

No fix needed for master, because --prefix was removed there completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants