|
|
|
|
|
by Dylan16807
4761 days ago
|
|
A backup service means you're acting as a dumb pipe/dumb disk. You're copying bytes without knowing the contents at the request of your user. This doesn't apply when you're seeking out data to copy on your own. In some situations you're still fine, like if you're requesting files from public web servers. But I'm not aware of any protection that would blanketly apply to intercepted connections. |
|