muesli / docker-backup

A tool to create & restore complete, self-contained backups of Docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

influence tar-filenames (character limit)

funktionierbar opened this issue · comments

Hi,
I am using your tool and it suits my needs perfectly. My use case is this: once a week a cron-job on my VPS triggers this tool to pack all the containers into tars, and then my backup-storage fetches them with rsync. nice and safe. Now I wanted to change the routine, so that the tars are first encrypted via gpgtar and my public-key, and then transmitted and stored encrypted.
Now my problem has come up. Some tarballed dockers have filenames more than 100characters long. gpgtar won't accept filenames that long due to compatibility issues: https://dev.gnupg.org/T2687 (wontfix).
Does this tool have some way of influencing the filenames of the created tar-files? Or alternatively, can this tool directly encrypt the generated tarballs?
thank you very much