08-20-2020, 08:17 PM
(08-20-2020, 04:55 PM)bigskill link Wrote: Thanks for replying but maybe you missed itThat is not normal. You should open it in some way. There are many ways out here just be creative
syslog is 42GB in size.
There is not enough room on the drive to make a copy.
- Make normal copy of it after purging, (few mb - few 100 mb) however this may not be safe because if you someway fail the purging You can't restore the file that you emptied
- If you are advanced enough use tools that do not require the file to be copied to RAM for example hex editor
- just make partitial copy of larger file "dd if=/var/log/syslog of=/home/yourusername/partitialsyslog bs=1M count=512" change count=x to get more or less megabytes and home/yourusername/partitialsyslog to change name and path.