This utility is designed to help you generate the rsync
command based on your requirements.
First, select whether your source or destination is remote:
Next, enter the following details:
username@remote_host
)./var/www/example/
).There are a number of options you can configure for your rsync
command:
rlptgoD
. It preserves symbolic links, file permissions, user & group ownership, and timestamps. It also recurses into directories and copies files.rsync
provide more detailed information about the file transfer process.In addition, you can also set a bandwidth limit (in KB/s), include/exclude specific files, set a file size limit, and specify the SSH port.
Once you have entered all the necessary details and selected your options, the utility will generate the corresponding rsync
command. You can then copy this command to your clipboard by clicking on it.
Please be aware that this utility is meant to assist you in generating rsync
commands. Always double-check the command before running it, especially if you are working with sensitive data or production servers.
The author(s) and contributor(s) are not responsible for any data loss or other damages that may occur as a result of using this utility. Always ensure you have a backup and understand the command you are running.
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.