All Projects → shubhamoy → vpsbackup

shubhamoy / vpsbackup

Licence: MIT license
VPS Backup Script

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to vpsbackup

VestaCP-Sync-Backups-To-Mega
VestaCP: uploading backups to the MEGA cloud
Stars: ✭ 17 (+13.33%)
Mutual labels:  backup-script
GenericProtocol
⚡️ A fast TCP event based buffered server/client protocol for transferring data over the (inter)net in .NET 🌐
Stars: ✭ 38 (+153.33%)
Mutual labels:  transfer
SerialTransfer
Arduino library to transfer dynamic, packetized data fast and reliably via Serial, I2C, or SPI
Stars: ✭ 273 (+1720%)
Mutual labels:  transfer
just-drop-it
Simply and instantly beam a file between two browsers
Stars: ✭ 22 (+46.67%)
Mutual labels:  transfer
ocsinventory
📚 Curso GRÁTIS OCS Inventory NG e GLPI Help Desk REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações.
Stars: ✭ 58 (+286.67%)
Mutual labels:  lamp-server
time-travel
An rsync based backup script which only transfers modified files. Smooth integration into OSX Notification Center.
Stars: ✭ 43 (+186.67%)
Mutual labels:  backup-script
ethtoken.py
Ethereum ERC20 Token Interface, in Python
Stars: ✭ 40 (+166.67%)
Mutual labels:  transfer
linux-android-backup
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
Stars: ✭ 119 (+693.33%)
Mutual labels:  backup-script
Mikrotik-RouterOS-automatic-backup-and-update
Script sends backups to email and keep your mikrotik firmware up to date.
Stars: ✭ 269 (+1693.33%)
Mutual labels:  backup-script
mmd-gitlab-backuper
a package to backup from all projects that you have on gitlab
Stars: ✭ 27 (+80%)
Mutual labels:  backup-script
GAN-LTH
[ICLR 2021] "GANs Can Play Lottery Too" by Xuxi Chen, Zhenyu Zhang, Yongduo Sui, Tianlong Chen
Stars: ✭ 24 (+60%)
Mutual labels:  transfer
MailcowBackup
Script to backup/restore Mailcow and the host system using borgbackup. Handles 503 error page generation, mailflow stop/restart, SQL database dump, borg backup and prune and integrates with Logwatch for easy monitoring.
Stars: ✭ 28 (+86.67%)
Mutual labels:  backup-script
TERBR-TermuxBackupTool
Backup Termux and Restore with just one command. Choose a directory to save backup and easily find them.
Stars: ✭ 13 (-13.33%)
Mutual labels:  backup-script
pgsql-backup
PostgreSQL Backup Script. Ported from AutoMySQLBackup.
Stars: ✭ 24 (+60%)
Mutual labels:  backup-script
cassandra-CQL-exporter
A highly configurable utility to export whole Apache Cassandra keyspace or table structure/data to CQL scripts.
Stars: ✭ 19 (+26.67%)
Mutual labels:  backup-script
butdr
Backup to Cloud( Google Drive, Dropbox ... ) use rclone
Stars: ✭ 49 (+226.67%)
Mutual labels:  backup-script
node-bitstamp
bitstamp REST and WS API Node.js client 💵
Stars: ✭ 58 (+286.67%)
Mutual labels:  transfer
Waarp-All
This version is a major version for all Waarp Modules, previously being split.
Stars: ✭ 18 (+20%)
Mutual labels:  transfer
WiFi-Direct-File-Transfer-App
WiFi Direct File Transfer is a experimental app that will allow sharing of data between Android devices running Android 4.0 or higher using a WiFi direct connection without the use of a WiFi access point. This will enable data transfer between devices without relying on any existing network infrastructure
Stars: ✭ 88 (+486.67%)
Mutual labels:  transfer
node-wetransfert
Download wetransfert content with nodeJS
Stars: ✭ 16 (+6.67%)
Mutual labels:  transfer

VPS Backup Script

A script which automates the backup process for a Linux based Web Server.

Steps Involved

  • Dumps the MySQL/MongoDB Database
  • Archives the Document Root Directory
  • Appends the MySQL Dump to the Archive
  • Moves it to another server(optional)
  • Removes the Intermediary/Old Files

Configuration

Read the guide for setting up the script correctly.

Now set a cronjob so that the backup process is automated. Here's a crontab entry which would execute the backup script every Sunday. $> crontab -e 0 0 * * 0 bash /home/backup/vpsback.sh >/dev/null 2>&1

If everything goes well then this script shall execute all the above mentioned steps and automatically transfer the tarball to your backup server.

Queries

Drop a mail at [email protected]

Request

Feel free to add your suggestions to the helper.md and send me a PR.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].