Closed kachkaev closed 9 years ago
@kachkaev does #6 do what you'd like?
Thank you, this nearly works. There's just a need to add the third argument in services.yml
as well:
<service id="zenstruck_backup.namer.abstract_timestamp" class="Zenstruck\BackupBundle\Namer\TimestampNamer" abstract="true" public="false">
<argument /> <!-- format -->
<argument /> <!-- prefix -->
<argument /> <!-- timezone -->
</service>
An exception is thrown otherwise.
Thanks, made that change.
Thanks! All works now.
The timestamps in the names of the shapshots use the time zone of the server. It can be handy, however, to use some other one, e.g UTC: