Show HN: Product without a website – Unix friendly backup service: baxx.dev
██████╗ █████╗ ██╗ ██╗██╗ ██╗ ██████╗ ███████╗██╗ ██╔══██╗██╔════╝██║ ██║
██████╔╝███████║ ╚███╔╝ ╚███╔╝ ██║ ██║█████╗ ██║ ██║
██╔══██╗██╔══██║ ██╔██╗ ██╔██╗ ██║ ██║██╔══╝ ╚██╗ ██╔╝
██████╔╝██║ ██║██╔╝ ██╗██╔╝ ██╗██╗██████╔╝███████╗ ╚████╔╝
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═════╝ ╚══════╝ ╚═══╝I have just finished the prototype for my first product without a
website. -type f \
| xargs -P4 -I ‘{}’ \
shasum -a 256 {} \
| curl -s –data-binary @- \
| awk ‘{ print $2 }’ \
| xargs -P4 -I ‘{}’ \
curl -s -T {} Why another backup service? (not to mention when your
monitoring gets marked as spam)with baxx.dev and one simple change:
mysqldump | gzip | encrypt -k .
Source: txt.black