SaaSHub helps you find the best software and product alternatives Learn more β
Rest-server Alternatives
Similar projects and alternatives to rest-server
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
kopia
Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.
-
-
-
-
Rsnapshot
a tool for backing up your data using rsync (if you want to get help, use https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss)
-
-
Bup
Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication (among and within files, including virtual machine images). Please post problems or patches to the mailing list for discussion (see the end of the README below).
-
trafilatura
Python & Command-line tool to gather text and metadata on the Web: Crawling, scraping, extraction, output as CSV, JSON, HTML, MD, TXT, XML
-
-
-
-
-
rest-server discussion
rest-server reviews and mentions
-
Restic: Backups Done Right
If you're doing pull to prevent remotes from destroying old backups (in case of malware takeover, etc), this can be solved by running rest-server with --append-only
https://github.com/restic/rest-server
It 403's any attempt to overwrite or delete old data.
The append-only mode can be implemented using https://github.com/restic/rest-server or services like rsync.net that offer read-only zfs snapshots. Doesnβt solve the asymmetric crypto of course.
-
Ask HN: Has anyone successfully recovered photos from a broken Android phone?
Similar here. Termux with restic, so it does deduplication and encryption and such (also compression since a few months but haven't turned it on yet).
On local laptop: run https://github.com/restic/rest-server/ to accept the incoming data, then (if 1234 is the port that rest-server runs on):
user@laptop:~$ ssh -R 1234:localhost:1234 root@phone
-
How do you guys do backups?
I use restic to a cloud storage provider and restic-server to another nas. I used hyperbackup for a long time but proved to not be flexible enough and I wanted to get away from a proprietary backup that could only be restored on another Synology.
-
Need help by choosing the right backup-solution... Is there one recommended central tool that can backup the data from my servers?
Have a look at restic and restic-rest-server.
-
Onpremise cluster backup microk8s
Min.io is just one of the supported storage backends. If you prefer, the restic rest server seems to be supported and might be easier to host. https://github.com/restic/rest-server
-
Self-hosted service to backup physical machine, Vms and docker
restic with rest-server
- Restic 0.13.0
-
What's something self hosted everyone needs to run ?
But how is that better than running the REST server which is also an HTTP-based API? Or is it? I suspect the answer is going to be system dependent but I am curious.
-
A note from our sponsor - SaaSHub
www.saashub.com | 25 Jan 2025
Stats
restic/rest-server is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.
The primary programming language of rest-server is Go.