Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

There are three different types of data to handle:

  • data used by/generated for external tools:
    • TFTP ⇒ /tftpboot/*
    • DHCP ⇒ /etc/dhcpd/*
  • data used by Laravel (to work with; from external sources) ⇒ later on this will be updated (rsync?) by our “Control-Server”
    • /var/www/lara/storage/app/config/<MODULE_LOWERCASE>/*
  • data generated by/uploaded to Laravel
    • /var/www/lara/storage/app/data/<MODULE_LOWERCASE>/*

 

Current data

As /storage is not under version control here is the current content of /storage/app/config – compare and copy to your own directory:

storage__app__config__provvoip.tar.bz2 (2016-11-09, Patrick Reichel)

storage_backup_config.tar.bz2 (2016-06-13, Nino Ryschawy)

  • No labels