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 with cp command with file bigger than 20GB.
Tag - size
W pliku: [cclN_bash width=”100%” lines=”1″] nano /etc/php/7.0/apache2/php.ini [/cclN_bash] zmieniamy następujące wartości: [cclN_bash width=”100%” lines=”3″] upload_max_filesize = 32M post_max_size = 32M max_execution_time = 300 [/cclN_bash] następnie restartujemy apache2: [cclN_bash...