ossobv / planb

PlanB - automating remote backups and snapshots with zfs/rsync
GNU General Public License v3.0
28 stars 3 forks source link

Containerized rsync? Blegh #2

Closed wdoekes closed 4 years ago

wdoekes commented 7 years ago

If runc can run containerized children in the django-q rsync children, then ok.

If we need a dockerd to pass stuff along to, then we'll have to kill django-q which would be stupid overhead with processes doing absolutely nothing more than wait for other remote processes.

Creating a superminimal xenial image for only rsync+ssh still feels superbloated. Note that we may need to create other images for zvol/zfssendrecv backups too.

wdoekes commented 4 years ago

No