I am wondering if there is a way to set a variable in the naming of a file during backup so that the naming of the file gets the current date and puts it in the file name. Example: File_Name_11202009.zip
R/ Bill
New: KiCad (Mar 25, 2025), Platform 30.0.2 (Mar 27, 2025)
1,100+ portable packages, 1.1 billion downloads
Ad Free! Please donate today
Set the backup filename to:
filename_@date@
and it will give you filename_2009-11-20
neutron1132 (at) usa (dot) com
That's what I was looking for... thanks.