From: Ritchie <rotarn@gmx.de>
To: development@lists.ipfire.org
Subject: Update to a new core version via ssd drive
Date: Sat, 14 Nov 2015 13:03:28 +0100 [thread overview]
Message-ID: <56472310.2000004@gmx.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 614 bytes --]
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.
reply other threads:[~2015-11-14 12:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56472310.2000004@gmx.de \
--to=rotarn@gmx.de \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox