Easy way to make a progress bar for rsync on a PHP site. Use it only on localhost or secure server.
What you need to install it?
- Linux
- Rsync
- Apache
- PHP
Or just
- Docker
-
Go to document root on your server. For example:
cd /var/www/html
-
Clone repository
git clone [email protected]:dawid10353/php-rsync-progressbar.git
- Set correct privileges (Remember on RHEL disable SELINUX or set it correctly)
chmod 777 php-rsync-progressbar -R
- Thats it.
docker pull dawid10353/easy-php-rsync:version1