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

Feature Request - Ability to Exclude Files in backup:backup Command #12

Open
wwidergoldbsc opened this issue Jan 11, 2024 · 0 comments · May be fixed by #13
Open

Feature Request - Ability to Exclude Files in backup:backup Command #12

wwidergoldbsc opened this issue Jan 11, 2024 · 0 comments · May be fixed by #13

Comments

@wwidergoldbsc
Copy link

I have encountered a scenario where I need the ability to exclude specific files from the backup. I would like to propose the addition of a feature to the backup:backup command that allows users to specify files or directories to be excluded from the backup process.
I suggest introducing a new option or configuration parameter for the backup:backup command, such as --exclude or a configuration file where users can specify patterns or paths to be excluded from the backup.

Example Usage:

bin/console backup:backup --exclude=var/config/,public/

This example command would create a backup while excluding the specified directories (var/config/ and public/).

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