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

feature request: allow to use a distant storage #34

Closed
klorydryk opened this issue May 22, 2019 · 2 comments
Closed

feature request: allow to use a distant storage #34

klorydryk opened this issue May 22, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@klorydryk
Copy link

I'm using a NAS to backup my Yunohost. As it is not possible to install Borg on it, I mount the directory before to start backup, then unmount.
I took the code from https://borgbackup.readthedocs.io/en/stable/quickstart.html :

$ sshfs user@hostname:/path/to /path/to
$ borg init /path/to/repo
$ fusermount -u /path/to

It is possible to add this ability to mount a distant storage to your tool ?

@zamentur zamentur added the enhancement New feature or request label Jun 10, 2019
@zamentur
Copy link
Contributor

It should be done in the PR to integrate that in core.

Until this release, you could do it by installing borserver on your yunohost itself and use a prebackup hook to mount the sshfs into /home/USER/backup.

@zamentur
Copy link
Contributor

zamentur commented Mar 4, 2021

Partially fixed with the new local repo support in #71

@zamentur zamentur closed this as completed Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants