Yury Bushmelev
Yury Bushmelev
Some stats JFYI: ``` USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 103012 117 57.3 4737912 2304136 ? Ssl 08:43 75:50 /opt/java/openjdk/bin/java -Xms256M -Xmx2048M [...] ```...
I understand your point. Though I'll try to describe my use case again. As I have directory with streaming backup I'd like to just run `azcopy` to upload it to...
Yeah, Azure blobstore is last-resort long-term recovery solution. Short term is data directory on VM running kafka-backup :) Though it's still not clear for me is there any benefit of...
Wrt original issue it may be worked around by `eCryptfs`/`EncFS`/`fscrypt` JFYI. So not that critical now.
Though it'd be nice to have when kafka-backup got pluggable storage backend support so can write backup directly to Azure blobstore/s3 bucket (as there will be no place to insert...
JFYI, you may find some sec-related checks here: - https://gitlab.com/kevinreed/goss-security - https://gitlab.com/kevinreed/goss-stig
Ah, you're right! #329 is about the same issue. And from second link it seems the actual reason is not the private /tmp but how docker hyperkit VM is started....
Regarding way to detect.. You can try to check the goss presence (or execution result) with `mount` strategy and if there is no fallback to `cp` strategy.
Actually not :(
Please reopen the issue.