I am in Europe and I always use the YYYY-MM-DD notation, this helps sorting files/folders logically.
So the default date notation now used is fine for me. The microseconds is not needed, as it will never trigger two backups in the same second. But you might need to have the normal second in it, otherwise the backup will probably overwrite the other backup with the exact same name if they are both triggered in the same minute.
Where slug is the backup slug that was the name before the changes. So you will always have unique part in the filename if they are triggered the same minute.
Edit:
Could fix this.
During 2025.2.0b4 i had 2 local storage locations and somehow 1 backup lands in a wrong directory which then becomes part of followed backup later.
# ls -al /mnt/data/supervisor/homeassistant/backups/
total 102948
drwxr-xr-x 2 root root 4096 Feb 1 11:05 .
drwxr-xr-x 14 root root 4096 Feb 2 13:13 ..
-rw-r--r-- 1 root root 105410560 Feb 1 11:06 Automatic_backup_2025.2.0b4_-_2025-02-01_12.05_32912886.tar
After deletion of this folder with itās content my backup size was back to normal.
not sure you noticed, there were exclusively European countries included in the discussion. Every such country has its own convention. Even on the official level (ie EU documents), there is no single standard enforced.
Speaking about the international format, you mean likely ISO 8601. But at first itās YYYY-MM-DD format (so not widely used in Europe), at second, while itās currently being implemented in Europe, itās rather advice rather than real change. Iām not aware of date-time format changes in the countries I live.
ā¦which is logical, as only european people are affected with āwrongā date format
Leading zero or not, most (if not all) EU countries use time, followed by day-month-year, while US uses reversed formatā¦
But, since most important thing to look for is international compatibility and possible problems when not using it i guess current format is best to use.
EDIT: but then again, many other things are also reversed, say numbering: number 25: many EU countries say five and twenty, while US says twenty five.
I didnāt know only European counties where involved.
But it fixes the dateformat issue globally. And you can sort on alfabet and still get the correct order. Whenever doubting this format fixes a lot of isseus. Still. M$ for instance tries to ignore this format as much as possible.
I am not participating in the beta but it was important to me to also add my heartfelt thank you for you dealt with the community response.
I have read the beta release note a day ago and was impressed with how everything I had read in the blog thread was addressed. Thank you!
Same here with two addons. I havenāt installed the beta yet, so I tested it with Samba Backup because it doesnāt encrypt it. The data from addon_config is saved directly in the backup of the addon (config subfolder).
This has nothing to do with the new backup method introduced in 2025.1.0 .
All add-ons that exist like Samba Backup, Google Drive Backup and OneDrive Backup use the old scripts (that still exist) to make an unencrypted backup.
action: hassio.backup_full
I still run it daily to be sure I have a working backup during the betas, in case something is wrong. And they are still unencrypted if you donāt set a password, like with the add-ons.
The addon_configs was never included as a folder. If the add-ons are made properly the data should be included in the back-up of the add-on itself which is part of a Full backup or Partial backup where the Add-on is included.
You can check an unencrypted backup by opening the .tar and the .tar.gz inside of the specific add-on.
I just checked through the new method and opened a0d7b954_nginxproxymanager.tar.gz. The data from addon_configs is inside the config folder of this file.
ISO 8601 has been around for almost 40 years. I donāt understand why it hasnāt been more widely adopted. However, whatever the reason, there should be no question about using it for the purpose of this discussion.
I thnk it was already stated: unneeded warning appears when downloading unencrypted backup file, something like
decrypting is not supported for this backup copy. Downloaded backup will stay encrypted and wonāt be possible to open it. You need a decryption key for restoring
(translated from local language).
Warning still shows on beta7. File can be easily opened, though (since itās not encrypted).