Giter VIP home page Giter VIP logo

typo3-backup's Introduction

Hi ๐Ÿ‘‹, I'm Yohann CERDAN

โœจ I am passionate backend & frontend developer from France. I love sharing my knowledge with others, and i do that through some repositories and open source participations. I am currently CEO of Site-nGo agency and specialized in TYPO3 and Symfony projects.

  • ๐Ÿ”ญ Iโ€™m currently working on : TYPO3 & Symfony project
  • ๐Ÿ’ฌ Ask me about : TYPO3, Symfony, NodeJs, Vue
  • ๐Ÿ“ซ How to reach me : [email protected]
  • โšก Fun fact : I envoy develop some app for video games i play

Connect with me :

Websites :

Languages and Tools :

  • PHP
    • TYPO3
    • Symfony
    • A lot of tools :-) PHPUnit, phpstan, rector, blackfire, etc...
  • TypeScript
  • Vue.js
    • Vuex
    • Nuxt.js
    • Vue-i18n
  • NodeJs
    • Express
    • Babel
    • Webpack

typo3-backup's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

typo3-backup's Issues

Parameter -o and -sql not working

When using the -o and -sql parameters, the filename is not used for output from tar and mysqldump. Instead, only the path is used. This leads to an error during execution.

# ./save-typo3.sh -p "/var/www/sites/xyz/" -o "/backup/" -sql "/backup/"
Sa 9. Jan 09:30:29 CET 2021
Checking dependencies...Succeeded.
-----------------------------------------------------------------------
Informations
-----------------------------------------------------------------------
...
Tar file           : /backup/
SQL file           : /backup/

FIX: Change Line 185-199 to

# save file .tar.gz
if [ "$path_save" != "" ]
then
	filename=$path_save
fi
	filename+='export_'$typo_db'-'$day_date'.tar.bz2'

# sql file sql
if [ "$path_sql" != "" ]
then
	filenamesql=$path_sql
fi
	filenamesql+='export_'$typo_db'-'$day_date'.sql'


how can i exclude some directories?

Hej,
i try to use your shell script. I'm using a TYPO3 v11.5, composer based and would like to save the backup outside of the installation, but i'm not sure how i'm can config. So i asked me, how can i exclude the backup directory.

I hope, you can give me some help, many thanks
m.orange

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.