juninho12 / freearc

Automatically exported from code.google.com/p/freearc
1 stars 0 forks source link

date in filename #309

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, i'm an italian system administrator that use rar from windows shell to 
backup a big repository of data.

When my nightly script backup the data using rar i've about 85 gigabytes of 
compressed archive, if use arc the size of backup is about 60 gigabytes.  :-)

but i've a little problem: rar have the switch  -agYYYYMMDD the make the end of 
name build by date of the day, arc do not have this feature.

in the future we will have this feature?

best regards 

Original issue reported on code.google.com by raniero....@gmail.com on 17 Jun 2012 at 3:43

GoogleCodeExporter commented 9 years ago
freearc already supports -ag. you may also set time format explicitly using 
strftime() format: 

-ag%Y-%m-%d

http://www.cplusplus.com/reference/clibrary/ctime/strftime/
http://freearc.org/FreeArc040-eng.htm

Original comment by bulat.zi...@gmail.com on 17 Jun 2012 at 3:53