]> git.parisson.com Git - telemeta.git/commitdiff
Merge branch 'dev'
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 31 Jan 2016 08:32:42 +0000 (09:32 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 31 Jan 2016 08:32:42 +0000 (09:32 +0100)
1  2 
README.rst

diff --cc README.rst
index f3955ee476dc66bf8bf1822ac6f391e9b78ca814,c7f6a7f7ccfbfeb629c6249d1381743af358b8e9..c5231c9470421966b6c7e4e902dfcf643f5912c2
@@@ -120,9 -120,23 +120,23 @@@ First install `Git <http://git-scm.com/
      cd Telemeta
      docker-compose up
  
 -You can now browse http://localhost:8000 to get the web interface.
 +You can now browse http://localhost:8000
  
  
+ Restore / backup
+ ================
+ To restore a backuped database, put your backup file in data/backup, then in another terminal::
+     docker-compose run db /srv/backup/restore_db.sh FILENAME
+ where FILENAME is the backup filename (can be .sql or .sql.gz)
+ To backup the database, just run in another terminal::
+     docker-compose run db /srv/backup/backup_db.sh
  API / Documentation
  ====================