dropdog / docs

Building a collaborative Drupal 8.x distribution
http://dropdog.readthedocs.io
Other
4 stars 2 forks source link

sql backup file pattern #3

Closed theodorosploumis closed 8 years ago

theodorosploumis commented 8 years ago

A question for the db backups.

Do you know if there is any issue with unix and other host servers when using files with the ":" symbol?

livedb-2016-01-29T14:04:46+02:00.sql
theodorosploumis commented 8 years ago

Would it be better to use this pattern (see the format characters from http://php.net/manual/en/function.date.php)?

# Y-m-d\TH-i-sO.sql
2016-01-29T14-30-28+0200.sql
hostdog commented 8 years ago

Allowed characters is a file system characteristic-limitation, unix and ext4 has no limitations except 2 characters "/", "\0"

On 29 January 2016 at 14:29, Theodoros Ploumis notifications@github.com wrote:

A question for the db backups https://github.com/dropdog/docs/blob/master/docs/development.md#dealing-with-backups .

Do you know if there is any issue with unix and other host servers when using files with this pattern with the usage of ":" symbol?

livedb-2016-01-29T14:04:46+02:00.sql

— Reply to this email directly or view it on GitHub https://github.com/dropdog/docs/issues/3.