https://github.com/vukbgit/ispconfig-import-remote-website
import website content from a remote ISPConfig server to a local one
https://github.com/vukbgit/ispconfig-import-remote-website
Last synced: 3 months ago
JSON representation
import website content from a remote ISPConfig server to a local one
- Host: GitHub
- URL: https://github.com/vukbgit/ispconfig-import-remote-website
- Owner: vukbgit
- License: mit
- Created: 2022-11-06T09:25:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T13:43:26.000Z (over 2 years ago)
- Last Synced: 2025-01-08T06:14:41.705Z (5 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ispconfig-import-remote-website
Import website content from a remote ISPConfig server to a local one, currently using *scp*The best option to migrate websites hosted on an ISPConfig server is to use their [ISPConfig Migration Toolkit](https://www.ispconfig.org/add-ons/ispconfig-migration-tool/) and thus support their great work!
*But* if you've done the website setup by yourself and you just need to mirror files from old server to new one you could use this quick-and-dirty shell script:
* login as root into the new server
* clone the repository
* edit config.sh file, it's quite straight forward and commented
* call script passing path to config file as first argument (so that you can have multipe config files if needed):
`./import.sh config.sh`
* script performs checks over variables and asks confirmation
* if you confirm, transfer is launched by scp command and you are prompted for remote ssh user password
* finally file permission are set to the local user