domain name with numbers | Can't add to backup exclusions
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
domain name with numbers | Can't add to backup exclusions
With reference to an old thread viewtopic.php?t=9168
Today I encountered the same problem...
I have a domain (name changed) abracadabra2000.com and wanted to add this to exclusion list
[/b]
Hitting save throws error at me, if I delete "2000" from my domain name, it works.
Looks like a bug fix is needed in the script validating the "text" supplied and allow numbers that may be a part of domain name.
Added to buglist https://bugs.vestacp.com/responses/doma ... exclusions
For the time being I edited directly /usr/local/vesta/data/users/$user/backup-excludes.conf added the numbers to my domain name manually and saved the file. It shows correctly in my web interface page too.
Lets have this fixed ASAP... Thanks alot
Today I encountered the same problem...
I have a domain (name changed) abracadabra2000.com and wanted to add this to exclusion list
Code: Select all
abracadabra2000.com:public_html/app/tmp/
Hitting save throws error at me, if I delete "2000" from my domain name, it works.
Looks like a bug fix is needed in the script validating the "text" supplied and allow numbers that may be a part of domain name.
Added to buglist https://bugs.vestacp.com/responses/doma ... exclusions
For the time being I edited directly /usr/local/vesta/data/users/$user/backup-excludes.conf added the numbers to my domain name manually and saved the file. It shows correctly in my web interface page too.
Lets have this fixed ASAP... Thanks alot
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: domain name with numbers | Can't add to backup exclusions
WAs this was fixed ?? I Can't even track the Buglist. Did we loose the previous buglist DB ?
Re: domain name with numbers | Can't add to backup exclusions
Hi
I make a lite fix for this issue:
Just run this:
I make a lite fix for this issue:
Just run this:
Code: Select all
cp /usr/local/vesta/bin/v-update-user-backup-exclusions /usr/local/vesta/bin/v-update-user-backup-exclusions-BACKUP_ORIGINAL
replace -v '!$#&;()\' '!#&$;()\' -- /usr/local/vesta/bin/v-update-user-backup-exclusions
Re: domain name with numbers | Can't add to backup exclusions
I reported bug again here included the fix to problem: https://bugs.vestacp.com/issues/182
edit***
I see is reported many times sorry for duplicate
https://bugs.vestacp.com/issues/180
https://bugs.vestacp.com/issues/13
Next time I search first :D
edit***
I see is reported many times sorry for duplicate
https://bugs.vestacp.com/issues/180
https://bugs.vestacp.com/issues/13
Next time I search first :D