Skip to content

a set of scripts, used for server-setup and maintenance

License

Notifications You must be signed in to change notification settings

xandl/ran_servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Rent-a-Ninja Server simple scripts

ran_db_backup.sh - mysqldump all your databases twice a day

# remove old cron-file
rm -f /etc/cron.d/ran_backup
# download
sudo wget -O /usr/local/bin/ran_db_backup.sh https://raw.githubusercontent.com/xandl/ran_servers/master/ran_db_backup.sh
# make executable
sudo chmod +x /usr/local/bin/ran_db_backup.sh
# run once
sudo /usr/local/bin/ran_db_backup.sh

About

a set of scripts, used for server-setup and maintenance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages