droolio
@droolio@feddit.uk
- Comment on PSA: Docker nukes your firewall rules, and replaces them with its own. 8 months ago:
Actually, ufw has its own separate issue you may need to deal with. (Or bind ports to localhost/127.0.0.1 as others have stated.)
- Comment on Why docker 10 months ago:
Thank you for posting this, hadn’t heard of it before.
- Comment on Should I use Restic, Borg, or Kopia for container backups? 10 months ago:
Yes, I also work in IT.
The paid GUI version is extremely cautious on the auto-updates (it’s basically a wrapper for the CLI) - perhaps a bit too cautious. The free CLI version is also very cautious about making sure your backup storage doesn’t break.
For example, they recently added zstd encryption, yet existing storages stay on lz4 unless you force it - and even then, the two compression methods can exist in the same backup destination. It’s extremely robust in that regard (to the point that if you started forcing zstd compression, or created a new zstd backup destination, you can use the newest CLI to copy data to the older lz4 method and revert - just as an example). And of course you can compile it yourself years from now.
- Comment on Should I use Restic, Borg, or Kopia for container backups? 10 months ago:
IMHO, Duplicacy is better than all of them at all those things - multi-machine, cross-platform, zstd compression, encryption, incrementals, de-duplication.
- Comment on UK's O2 network is blocking duckdns.org domains 11 months ago:
Wouldn’t you be on CGNAT though? How are they blocking it - at the DNS level? Have you tried a CNAME record that points your own domain to the actual duckdns domain? Just curious how/why they might be doing this.