{"id":18036682,"url":"https://github.com/tareq1988/forge-utils","last_synced_at":"2026-04-09T08:44:30.831Z","repository":{"id":141689701,"uuid":"406330241","full_name":"tareq1988/forge-utils","owner":"tareq1988","description":"Utility script to backup and restore WordPress sites in Laravel Forge","archived":false,"fork":false,"pushed_at":"2021-09-16T08:59:59.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-10T08:28:49.703Z","etag":null,"topics":["backup","bash-script","forge","laravel-forge","mysql","restore","wordpress"],"latest_commit_sha":null,"homepage":"","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/tareq1988.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,"publiccode":null,"codemeta":null}},"created_at":"2021-09-14T10:58:13.000Z","updated_at":"2021-11-20T12:51:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"9abf163e-f763-49f8-90bd-a730b5fbc521","html_url":"https://github.com/tareq1988/forge-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fforge-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fforge-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fforge-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tareq1988%2Fforge-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tareq1988","download_url":"https://codeload.github.com/tareq1988/forge-utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266566,"owners_count":20910836,"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","bash-script","forge","laravel-forge","mysql","restore","wordpress"],"created_at":"2024-10-30T12:13:54.644Z","updated_at":"2026-04-09T08:44:25.790Z","avatar_url":"https://github.com/tareq1988.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Forge Utils\n\nMakes easy to download a full WordPress site from a [Forge](https://forge.laravel.com/), and restore the site, maybe to another server.\n\n## Installation\n\nClone the repository to a suitable directory.\n\n```sh\ncd ~/Downloads\ngit clone git@github.com:tareq1988/forge-utils.git\n```\n\n### Symlink the scripts\n\nTo easily access the scripts from anywhere, you need to symlink the scripts.\n\nCreate the `~/bin` folder if not exists, and make sure you have the `~/bin` in your `$PATH`.\n\n```bash\nln -s ~/Downloads/forge-utils/wp-backup-to-local.sh ~/bin/forge-wp-to-local\n\nln -s ~/Downloads/forge-utils/wp-restore-remote.sh ~/bin/forge-wp-restore\n```\n\n## Usage\n\n### Backup\n\n```bash\nforge-wp-to-local \u003cuser\u003e \u003cip\u003e \u003cdomain\u003e\n\n# Example\nforge-wp-to-local forge 174.138.25.55 wpexample.com\n```\n\nTo take a backup, enter to your preffered directory in your machine. It'll create a directory automatically with your domain name inside it.\n\n### Restore\n\n```bash\nforge-wp-restore \u003cuser\u003e \u003cip\u003e \u003cdomain\u003e\n\n# Example\nforge-wp-restore forge 174.138.25.55 wpexample.com\n```\n\nTo restore the backup, enter to your directory where your backup folder exists. It has to be the parent folder of your `wpexample.com` backup.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftareq1988%2Fforge-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftareq1988%2Fforge-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftareq1988%2Fforge-utils/lists"}