From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ritchie To: development@lists.ipfire.org Subject: Update to a new core version via ssd drive Date: Sat, 14 Nov 2015 13:03:28 +0100 Message-ID: <56472310.2000004@gmx.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7914498028776385249==" List-Id: --===============7914498028776385249== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi to all, I have a IPFire installation with a SSD card and would like to ask if it is still needed to move the logfile of the drive after running the update. I have core 93 and would like to move to 94. I am using this script: #!/bin/sh echo create a log folder of the ssd drive mkdir /mnt/harddisk/log echo "copy the existing log file to ssd card" cp -vp /var/log /mnt/harddisk/log echo "rename var folder to old" mv /var/log /var/log-old echo "create a symbolic link" ln -s /mnt/harddisk/log /var/log echo "check the state of the log file" ls -la /var/log/ Thanks for any information. Best regards R. --===============7914498028776385249==--