-
- Service Provider
- Posts: 326
- Liked: 78 times
- Joined: Mar 16, 2015 4:00 pm
- Full Name: David Rubin
- Contact:
Backup file names in U4 : added 4 extra hex symbols
For some reason, Engineering changed the file naming convention for the backup files. Now, instead of a backup file named based on the job, date/time, and file type (such as “SQLTRND2019-01-02T121324.vrb”), the file is named based on the job, gibberish, date/time, and file type (“SQLTRN_CE6DD2019-01-19T120918.vrb”). This makes a directory listing (or even viewing Backup Properties within VBR) more complicated, as sorting by name has become useless. Was Veeam so concerned about multiple jobs with the same name firing off at the exact same second that they had to introduce 4 random characters right in the middle of the file name?
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Backup file names in U4
Hello David,
Thanks for bringing this up! The file names were modified to improve the stability and avoid possible issues with per-vm backup chains functionality (to avoid possible name collisions we've added four symbols GUID to the name).
Thanks for bringing this up! The file names were modified to improve the stability and avoid possible issues with per-vm backup chains functionality (to avoid possible name collisions we've added four symbols GUID to the name).
Backup properties dialog was reworked in last version, so you can use the sorting based on name or date, does that help in your case? Thank you!This makes a directory listing (or even viewing Backup Properties within VBR) more complicated, as sorting by name has become useless.
-
- Service Provider
- Posts: 326
- Liked: 78 times
- Joined: Mar 16, 2015 4:00 pm
- Full Name: David Rubin
- Contact:
Re: Backup file names in U4
Dima,
Unfortunately, sorting by name is meaningless now, because of the added four symbols in the middle. Had they been placed at the end, the filenames would have retained their meaning.
Unfortunately, sorting by name is meaningless now, because of the added four symbols in the middle. Had they been placed at the end, the filenames would have retained their meaning.
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Backup file names in U4
I do agree this is a bad design. However, knowing some internal architecture details, I do see how it was safer not to change the ending of backup file name without potentially introducing lots of bugs.
Anyway, it is also totally unexpected change to me because for some reason it was done outside of our standard change process. I assume this was due to the fact that this change was done as a part of a bug fix. Let me see if we can move these symbols to the end of backup file name right in the next update.
Thanks!
Anyway, it is also totally unexpected change to me because for some reason it was done outside of our standard change process. I assume this was due to the fact that this change was done as a part of a bug fix. Let me see if we can move these symbols to the end of backup file name right in the next update.
Thanks!
-
- Service Provider
- Posts: 326
- Liked: 78 times
- Joined: Mar 16, 2015 4:00 pm
- Full Name: David Rubin
- Contact:
Re: Backup file names in U4
Thank you Gostev!
-
- Influencer
- Posts: 10
- Liked: 1 time
- Joined: Mar 11, 2015 11:19 am
- Full Name: Joerg Baur
- Contact:
[MERGED] Random Hex digits in backup filenames?
With update 4 of B&R 9.5 Veeam changed the backup filenames.
Now they look like <job>_<4 hex digits><yyyy-mm-dd>T<hhmmss>.
The random hex digits are BEFORE the timestamp. This means, that alphabetically sorting the files no longer is meaningful.
It also means that our application to distribute the latest full backup of all jobs to multiple USB disk no longer works.
Does anybody know what the point of these hex digits is and why Veeam has to change the backup filenames again?
Now they look like <job>_<4 hex digits><yyyy-mm-dd>T<hhmmss>.
The random hex digits are BEFORE the timestamp. This means, that alphabetically sorting the files no longer is meaningful.
It also means that our application to distribute the latest full backup of all jobs to multiple USB disk no longer works.
Does anybody know what the point of these hex digits is and why Veeam has to change the backup filenames again?
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Backup file names in U4
Your post has been merged into existing discussion.
Kindly, check the answers provided above and ask additional questions, if any are left.
Thanks!
Kindly, check the answers provided above and ask additional questions, if any are left.
Thanks!
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
All,
After reviewing this internally, we do really need this random sequence added for backup name uniqueness, to avoid bugs due to file name collisions. While it sounds highely unlikely, with 320K+ customers this turns into quite a problem in absolute numbers.
However, we should be able to move this "salt" to the end of the backup file name:
Before: SQLTRN-D2019-01-19T120918.vrb
U4: SQLTRN_CE6DD2019-01-19T120918.vrb
U4a: SQLTRN-D2019-01-19T120918_CE6D.vrb
Does this look good to everyone?
Thanks!
After reviewing this internally, we do really need this random sequence added for backup name uniqueness, to avoid bugs due to file name collisions. While it sounds highely unlikely, with 320K+ customers this turns into quite a problem in absolute numbers.
However, we should be able to move this "salt" to the end of the backup file name:
Before: SQLTRN-D2019-01-19T120918.vrb
U4: SQLTRN_CE6DD2019-01-19T120918.vrb
U4a: SQLTRN-D2019-01-19T120918_CE6D.vrb
Does this look good to everyone?
Thanks!
-
- Enthusiast
- Posts: 76
- Liked: 6 times
- Joined: May 31, 2018 6:44 pm
- Full Name: Gregor Duzic
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
its better yes at the end.
when will be 4a release?
when will be 4a release?
-
- Service Provider
- Posts: 326
- Liked: 78 times
- Joined: Mar 16, 2015 4:00 pm
- Full Name: David Rubin
- Contact:
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
It's not defined yet, as with bug fix updates we wait until there's enough known issues to justify shipping the new build. Historically, it takes 2-3 months after a major release, although there were releases where we did not need such a bug fix update at all. But I don't think Update 4 has a chance to be such a release, just based on the number of new features!
-
- Enthusiast
- Posts: 95
- Liked: 31 times
- Joined: Mar 07, 2018 12:57 pm
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
+1 on this, highly annoying.
Also, for agent-based jobs, the FQDN part of the file name is somehow being truncated now for some weird reason with no clear pattern (truncated to 13 chars on one server, 21 on another...)
Also, for agent-based jobs, the FQDN part of the file name is somehow being truncated now for some weird reason with no clear pattern (truncated to 13 chars on one server, 21 on another...)
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
doktornotor,
Thank you for sharing. I'll discuss it with the agent team. Cheers!the FQDN part of the file name is somehow being truncated now for some weird reason with no clear pattern (truncated to 13 chars on one server, 21 on another...)
-
- Service Provider
- Posts: 30
- Liked: 2 times
- Joined: Sep 15, 2012 8:01 pm
- Full Name: Kelly Michael Knowles
- Contact:
[MERGED] Feature Request: Change VBR Filename to be more easily sortable
I noticed that the current naming convention with Veeam Backup & Replication 9.5 Update 4 does not work well when attempting to sort it by date created.
The current naming convention seems to be: JobName_#FIVE DIGIT RANDOMID#YYYY-MM-DDHHMMSS.vib
I would recommend putting the #FIVE DIGIT RANDOMID# at the end of the filename
Since the date modified on files is not always the same as the date of the data inside of a .vib or .vbk I would like the ability to sort the repository by file name and have it not look like this:
The current naming convention seems to be: JobName_#FIVE DIGIT RANDOMID#YYYY-MM-DDHHMMSS.vib
I would recommend putting the #FIVE DIGIT RANDOMID# at the end of the filename
Since the date modified on files is not always the same as the date of the data inside of a .vib or .vbk I would like the ability to sort the repository by file name and have it not look like this:
Kelly Knowles
Principal Systems Architect at PNJ Technology Partners
Veeam Certified Architect and Veeam Certified Engineer - Advanced: Design & Optimization
Principal Systems Architect at PNJ Technology Partners
Veeam Certified Architect and Veeam Certified Engineer - Advanced: Design & Optimization
-
- Product Manager
- Posts: 14844
- Liked: 3086 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Feature Request: Change VBR Filename to be more easily sortable
Hello,
thanks for bringing that up - we are looking to improve that.
Best regards,
Hannes
thanks for bringing that up - we are looking to improve that.
Best regards,
Hannes
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
This will be addressed in U4a, the "randomfivedigit" stuff will be added to the end of the backup file name. Thanks!
-
- Service Provider
- Posts: 326
- Liked: 78 times
- Joined: Mar 16, 2015 4:00 pm
- Full Name: David Rubin
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
Just as a reminder for people using Linux to look at their files, an 'ls -tr' will sort files by modified date, with the earliest first.
-
- Veeam ProPartner
- Posts: 300
- Liked: 44 times
- Joined: Dec 03, 2015 3:41 pm
- Location: UK
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
Can anyone confirm if the fix for this bug, made it into Update 4a?
I couldn't see it in the release notes.
I couldn't see it in the release notes.
-
- Enthusiast
- Posts: 41
- Liked: 4 times
- Joined: Feb 24, 2014 4:01 pm
- Full Name: Christian Maier
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
Yes, I can confirm it.
-
- Influencer
- Posts: 13
- Liked: 3 times
- Joined: Nov 04, 2016 10:12 pm
- Full Name: Davide
- Contact:
[MERGED] .vbk and .vib filename
Hi,
I have noticed that after the U4 filenames include an "hex uuid" (different for each file): for example:
SERVER1.vm-123_857ED2019-04-01T220000.vib
SERVER1.vm-123_8E80D2019-04-03T220000.vib
SERVER1.vm-123_B699D2019-04-07T220000.vib
So doing the lexicographic sort doesn't match anymore the date/time sort.
Isn't possible to add this uuid AFTER the date/time section of the filename?
I have noticed that after the U4 filenames include an "hex uuid" (different for each file): for example:
SERVER1.vm-123_857ED2019-04-01T220000.vib
SERVER1.vm-123_8E80D2019-04-03T220000.vib
SERVER1.vm-123_B699D2019-04-07T220000.vib
So doing the lexicographic sort doesn't match anymore the date/time sort.
Isn't possible to add this uuid AFTER the date/time section of the filename?
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
Hi,
This was addressed in U4a, so you can fix this by updating.
Thanks
This was addressed in U4a, so you can fix this by updating.
Thanks
-
- Novice
- Posts: 4
- Liked: never
- Joined: Sep 25, 2013 12:58 pm
- Full Name: Peet Klomp
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
This is still very annoying, all automated scripts handling the backup files, need to be rewritten. sorting on name inside veeam is the least of the issue with this name convention change.
if veeam is concerned about duplicate filenames, why is this only a worry with the vbk files and not with the vbm files?
it was working without issues for the last 5+ years. make it an option, for the people that have trouble with filenames not been unique. or atleast make the vbk and vbm files that are the same backup job have the same name.
if veeam is concerned about duplicate filenames, why is this only a worry with the vbk files and not with the vbm files?
it was working without issues for the last 5+ years. make it an option, for the people that have trouble with filenames not been unique. or atleast make the vbk and vbm files that are the same backup job have the same name.
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
This cannot be an option, as name collision means corrupted backup.
-
- Enthusiast
- Posts: 54
- Liked: 7 times
- Joined: May 03, 2018 6:20 am
- Full Name: Tobias
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
Hi Vanbeek,
just out of curiosity - which tasks are you handling via script? In my view, most tasks can be handled with Veeam itself.
And even without the extra random characters - with the timestamp in the filename (even with seconds, and they are also random), it is already impossible to work with fix filenames in script. I guess most scripting languages have the ability to find files with wildcards, which you would need with or without the random characters.
Regards,
Tobias
-
- Veteran
- Posts: 643
- Liked: 312 times
- Joined: Aug 04, 2019 2:57 pm
- Full Name: Harvey
- Contact:
Re: Backup file names in U4 : added 4 extra hex symbols
Yeah, I had read Vanbeek's response earlier and not had a chance to write up a response, but Vanbeek, what exactly are you doing that you need the explicitly named file and can't just mask the files? I'm mostly just curious what you're doing.
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 45 guests