Skip to content

datenshicommunity/datenshi-backup-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Simple Backup Scripts

We do not use mysqldump because its dumb

Requirements

  • Mounted Google Drive on the Server
  • Handsome

Usage

./backup.sh

Cronjob

Start script every saturday in 23:00 PM

0 23 * * 6 root tmux send-keys -t backup.0 "./backup.sh" ENTER

Configuration

Make sure you already mount the google drive on your server before start this scripts

image

If you dont know how to mount it, go to google-drive-ocamlfuse repository

Then cp crot.config.example crot.config

crot.config

webhookDC="INSERT_YOUR_DISCORD_WEBHOOK"

Also edit backup.sh and locate your config file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages