If you have fault „file is to large” you can use following command: buffer -i /mnt/disk/image.img -o /home/user/image.img -m 5000000 the -m value is buffer size. I’ve got this problem
Tag: size
Zmiana rozmiaru wysyłanych plikówZmiana rozmiaru wysyłanych plików
W pliku: nano /etc/php/7.0/apache2/php.ini zmieniamy następujące wartości: upload_max_filesize = 32M post_max_size = 32M max_execution_time = 300 następnie restartujemy apache2: sudo /etc/init.d/apache2 restart