Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Get the latest backup from your application hosted on Cloudways

License

Notifications You must be signed in to change notification settings

IordanisKostelidis/CloudwaysBackupGrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloudways Backup Grabber

Get the latest backup from your application hosted on Cloudways

How to use it

  • Clone the repository git clone [email protected]:IordanisKostelidis/CloudwaysBackupGrabber.git
  • Open the cloned repo's path cd CloudwaysBackupGrabber
  • Edit the cloudwaysBackupGrabber.sh and update the following variables (for example)
    • USERNAME=ikostelidis
    • HOST=app.ikostelidis.gr
    • APPLICATION_NAME=dsadasdsad
    • APPLICATION_NAME_NICKNAME=thesuperapp
    • SAVE_PATH="/home/ikostelidis/cloudways/backups/thesuperapp"
  • Give the script executable permissions chmod +x cloudwaysBackupGrabber.sh
  • (Optional) If you have many applications, you can rename the script (for example)
    • mv cloudwaysBackupGrabber.sh thesuperappBackup.sh
  • (Optional) If you want to call the script from any path, you can copy the script to bin path
    • sudo mv cloudwaysBackupGrabber.sh /usr/bin/
    • sudo chown root:root /usr/bin/cloudwaysBackupGrabber.sh
    • sudo chmod 755 /usr/bin/cloudwaysBackupGrabber.sh
  • Now you can run the script
    • From local path ./cloudwaysBackupGrabber.sh
    • From bin path cloudwaysBackupGrabber

License

GNU GENERAL PUBLIC LICENSE - GPL v3

About

Get the latest backup from your application hosted on Cloudways

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages