Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlackList too long #92

Open
MartinCh1 opened this issue Jan 5, 2017 · 0 comments
Open

BlackList too long #92

MartinCh1 opened this issue Jan 5, 2017 · 0 comments

Comments

@MartinCh1
Copy link

Hi,

We are using BM in a system where we need to do a backup only for the code files (.ipynb). To do this we use the tarball_blacklist variable:

export BM_TARBALL_BLACKLIST="$(find /var/sds/intelligence/workspaces/administration -type f ! -iname "*.ipynb")"

This works but the problem is when the number of files that match this condition increase a lot. BM returns this error:
/usr/share/backup-manager/sanitize.sh: line 91: /bin/env: Argument list too long
/usr/share/backup-manager/actions.sh: line 160: /bin/date: Argument list too long
/usr/share/backup-manager/files.sh: line 163: /bin/grep: Argument list too long
/usr/share/backup-manager/files.sh: line 163: /bin/awk: Argument list too long

Someone knows why or knows an alternative?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant