You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool to have a way to 'import' tar archive as stdin backup.
Something like
tar c <....> | rustic backup -
Why? Sometimes it's too hard to get access to actual data that needs to be saved.
For example proxmox have vzdump command that can save backups to .tar.gz/zstd format on disk or can output tar stream to stdout. Surely we can 'unpack' that tar temporary but this extra I/O that can be avoided
Hi,
It would be cool to have a way to 'import'
tar
archive as stdin backup.Something like
Why? Sometimes it's too hard to get access to actual data that needs to be saved.
For example
proxmox
havevzdump
command that can save backups to.tar.gz/zstd
format on disk or can outputtar
stream to stdout. Surely we can 'unpack' thattar
temporary but this extra I/O that can be avoidedSame as restic/restic#2226
The text was updated successfully, but these errors were encountered: