{"id":23893977,"url":"https://github.com/manoj-lk-code/backuplift","last_synced_at":"2025-07-18T19:34:55.923Z","repository":{"id":74157392,"uuid":"475315201","full_name":"manoj-lk-code/backuplift","owner":"manoj-lk-code","description":"Never worry about backing up your WordPress site again with backuplift. Send wordpress backups to hetzner storagebox","archived":false,"fork":false,"pushed_at":"2023-06-22T07:55:37.000Z","size":42,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T12:08:38.731Z","etag":null,"topics":["backup","backup-website","backup-wordpress","hetzner-storage-box","wordpress","wordpress-backup","wordpressbackup"],"latest_commit_sha":null,"homepage":"https://wpzonify.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manoj-lk-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-03-29T06:47:09.000Z","updated_at":"2025-01-06T20:17:13.000Z","dependencies_parsed_at":"2024-02-07T18:44:47.868Z","dependency_job_id":null,"html_url":"https://github.com/manoj-lk-code/backuplift","commit_stats":null,"previous_names":["manoj-lk-code/backuplift"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manoj-lk-code%2Fbackuplift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manoj-lk-code%2Fbackuplift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manoj-lk-code%2Fbackuplift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manoj-lk-code%2Fbackuplift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manoj-lk-code","download_url":"https://codeload.github.com/manoj-lk-code/backuplift/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225664,"owners_count":21068078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backup","backup-website","backup-wordpress","hetzner-storage-box","wordpress","wordpress-backup","wordpressbackup"],"created_at":"2025-01-04T14:50:09.872Z","updated_at":"2025-04-10T13:22:42.070Z","avatar_url":"https://github.com/manoj-lk-code.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# backuplift\n\n![](https://pbcdn.cloud/backuplift.png)\n\nBackups are the most important part of securing your website. But many people are having a hard time finding cost - effective ways to back up the website. With the backuplift script, you can set up a backup to be stored on a Hetzner storage box.\n\n- Run backup with cron, \n- Takes 5-minutes to setup everything.\n\nManage multiple backup profiles:\nCreate multiple profile.sh files to backup multipe wordpress sites.\n- profile-one.sh\n- profile-two.sh\n\nImportant notes:\n- By default, profile.sh will send site files without compressing them.\n- If you like to send files compressing them, use `profile-compressed-backup.sh` instead.\n- Make sure to test run once the setup is done.\n- You must have rsync installed in your linux server. Test it by typing `rsync` in your terminal. If you see manual, it would mean rsync is installed already. If not, you'll have to install it.\n\n------------\n\n# How to use this?\n\n### **STEP 1. Create SSH key for secure comminication.**\n\n- I have written down step by step way to create \u0026 authenticate your storagebox to your server, [click here to read md file](https://github.com/manoj-wpzonify/backuplift/blob/main/how-to-create-ssh-key.md \"click here to read md file\").\n- *Only prorceed to next step if you were able to authenticate properly\n\n### **STEP 2. download profile.sh file \u0026 upload to your server**\n\n- Create folder, name it backuplift.\n- Then download the profile.sh \u0026 upload to backuplift folder.\n- make profile.sh executable file.\n\n------------\n\n\n- or you can type the following command to do it. [This will create folder,  download the profile.sh file \u0026 make the file executable]\n\n```html\nmkdir backuplift \u0026\u0026 wget https://raw.githubusercontent.com/manoj-wpzonify/backuplift/main/profile.sh -P backuplift \u0026\u0026 chmod +x backuplift/profile.sh\n```\n\n- *it would be good idea to do this in the `/home` directory. of course you can do it anywhere you want.*\n\n### **STEP 3. Modify profile.sh file with your own storagebox details**\n\n- Open the profile.sh file\n\n```html\nnano profile.sh\n```\n\n- And modify the following with your storagebox details\n\n```html\nremote_dirs=\"\"    -------------\u003e remote directory location.\nremote_user=\"\"   -------------\u003e hetzner storagebox username.\nremote_server=\"\"-------------\u003e hetzner storagebox hostname.\ntarget_dir=\"\"       -------------\u003e Your website directory path.\n```\n\n- Save the changes \u0026 close the editor.\n\n### **STEP 4. Create cronjob that runs as per your preference**\n\n- You can find the example cronjob below. This runs midnight, you can customize the way you want.\n\n```html\n0 0 * * *  bash /backuplift/profile.sh\n```\n\n------------\n\n\n\n# That's all, Your backups now will run every day \u0026 stored in your hetzner.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanoj-lk-code%2Fbackuplift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanoj-lk-code%2Fbackuplift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanoj-lk-code%2Fbackuplift/lists"}