[quote="leo"]Taking a step back here, do the filenames really need to be so long?
[ul][li]The build number is never going to be needed. - I was including it in the names of my backups so I would know exactly which version of DO I used to make that particular Config file, in case future builds change the Config format, through a bug or intentional changes. After all, BETA 2 did come out only one day after BETA 1 due to bug fixes.[/li]
[li]The "beta 2" is actually part of the version number (With the Opus 11 version number convention, 11.0.1 is beta b and 11.0.2 is beta 2). - The tooltip for the tray icon still says "Directory Opus 10" which kind of puzzled me. I was not aware of the particular naming convention used to describe DO 11 builds (it's not documented, as far as I know).[/li]
[li](Config is generally both forward and backward compatible between versions as well, so the version number may not be needed, and almost certainly only the major version if any version at all.) - "generally" "may not" "almost certainly" The version 11 BETAs have a lot of new features that 10.5.4.0 didn't have, so trying to restore a backup from the older version to DO 11 might break my settings.[/li]
[li]They're all from the 32-bit version, and configuration almost never differs between 32-bit and 64-bit anyway. - "Almost never"[/li]
[li]The date and times are in the date column, so don't really need full date and time to be in the filename. (And if you do have them, you don't need to see them as you can see the time column.) - It is a lot easier and faster to determine when a backup Config was made by having it in the file name, rather than clicking on a file, then looking over at the Date column. The only date column I have showing in my Lister is the Modified column since I don't care about when a file was created, just when I last modified it. If I create a file but never modify it afterwards, the Created and Modified dates will be the same, so I don't need the Created column to be shown.[/li]
[li]I can't think why you'd need a reminder that the config files came from the Pro version, so the word "Pro" can probably be removed. - The "Light" version lacks a lot of features of the "Pro" version, so using a Config made by the Pro version when using the Light version might not work. My point is, I try out a LOT of software, so I need to keep track of settings between different versions of the same products.[/li]
[li]The word "Config" in the names isn't needed as the .ocb (Opus Config Backup) file extension implies they are config files.[/li][/ul]
Almost all of the example filenames, at least, seems unnecessary & could be removed, leaving much shorter names that don't require excessively wide columns or new functionality to view. (And any new functionality that only let you read one filename at a time would still be very poor compared to being able to see all the useful details of all files at once, which you can do already by removing the details that don't matter from the names.)
e.g.
Directory Opus Pro v11.0.2 BETA 2 (build 5102 - 32-bit) Config (12-26-2013 @ 258 p.m.).ocb
->
DOpus 11.0.2 (12-26-2013 a).ocb
(Using a, b, c at the end if you really need to do more than one backup per day, although that's pretty unusual. I'd probably just say "DOpus 11" without the ".0.2" as well but at this stage we're short enough to include some extra info if it seems useful.)[/quote] I make several backups everyday since I am experimenting with different DO settings. Sometimes the changes I make are very minor, but are different enough that I want to be able to backup and restore previous settings if I make a mistake. If I know when I made a backup, I can remember what changes were made. Labeling a backup with a, b, c, etc. is not descriptive enough for me. Anyway, I have taken your advice and shortened the names of my backups to more reasonable lengths.
From another comment you made (Leo): "Those filenames in the examples are not coming directly from the Prefs Backup command, they're being renamed afterwards, so I don't think that is relevant.
If you want automated backup and restore with esoteric behaviours (e.g. special file naming/numbering, or auto-restore the most recent config backup), you can do it yourself now with the scripting support in Opus 11."
I am formatting my backups' names using a script that you and another user (steje) told me about - this one:
@nofilenamequoting
Prefs BACKUP=all TO "{s}Administrator - Opus Config ({date|MM-dd-YYYY} @ {time|hh;mm tt})"