digint / btrbk

Tool for creating snapshots and remote backups of btrfs subvolumes
https://digint.ch/btrbk/
GNU General Public License v3.0
1.67k stars 122 forks source link

New timestamp_format "human" with separators to increase human readability #571

Open derSeddy opened 10 months ago

derSeddy commented 10 months ago

At first glance I'm having a hard time to read the dates the provided timestamp_format values generate, thus I added a new timestamp_format for increased human readability.

The new format is called human and it is like long but adds dashes as separators and replaces the T with an underscore.
Examples:

I added the format to the code and documentation and changed btrbk_timestamp_match to match the new format.

What do you think about the new format? Would you accept it like I provided it, or would you suggest different separators?