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

Support more protocols #20

Open
3 of 6 tasks
lhns opened this issue Aug 2, 2021 · 6 comments
Open
3 of 6 tasks

Support more protocols #20

lhns opened this issue Aug 2, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@lhns
Copy link
Owner

lhns commented Aug 2, 2021

  • S3
  • REST
  • Local
  • Sftp
  • rclone
  • B2
@lhns lhns added the enhancement New feature or request label Aug 2, 2021
@shobute
Copy link

shobute commented Jan 15, 2022

Great app! Are there any plans to add support for B2 (Backblaze)?

@lhns
Copy link
Owner Author

lhns commented Jan 15, 2022

Hi, thanks! It's still quite rough on the edges but I will probably polish it up in the near future. Sure I will add B2 to the roadmap.

@lhns
Copy link
Owner Author

lhns commented May 2, 2022

Thanks to the work from @quantum-byte this project will also support B2 and REST in the next version!

@Pheggas
Copy link

Pheggas commented Sep 18, 2022

I would love to have option to backup to local network as i have NAS. I'm using Restic with all my systems (Linux / Windows) and i'd love to use it on android devices too. As temporary solution could be probably to install official Restic via terminal on rooted devices. However this fact prevent Restic to be installed on non-rooted devices.

Looking forward for Local backup feature!

@quantum-byte
Copy link
Contributor

I would love to have option to backup to local network as i have NAS. I'm using Restic with all my systems (Linux / Windows) and i'd love to use it on android devices too. As temporary solution could be probably to install official Restic via terminal on rooted devices. However this fact prevent Restic to be installed on non-rooted devices.

Looking forward for Local backup feature!

Hi @Pheggas, i just saw your message here. You potentially can already do local backups to your NAS Server via the REST Protocol. That is why i implemented it here. The only thing you need is a Restic Rest Server on your NAS. Most NAS today offer the possibility to run docker containers. Restic offers a Docker image for the Rest Server. So with a bit of setup this would be doable.

@Pheggas
Copy link

Pheggas commented Jul 1, 2023

Thank you for reply. I already chose syncthing for Android backup. But thank you anyway!

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

4 participants