Mailinglist Archive: opensuse (1702 mails)
| < Previous | Next > |
Re: [opensuse] Backup Question
- From: Per Jessen <per@xxxxxxxxxxxx>
- Date: Thu, 10 Sep 2009 17:49:19 +0200
- Message-id: <h8b75v$d5r$1@xxxxxxxxxxxxxxxx>
Adam Tauno Williams wrote:
It does depend A LOT on what you're archiving. For logfiles, I started
using lzma a while back - it's slow in compressing, but does it
extremely well. For general backup archives probably less so.
/Per
--
Per Jessen, Zürich (22.8°C)
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Would it be better to use tar with the cpio?
find -d . -print0 | cpio --null -ova -H tar -F /backup/$host.$dat.tar
If that better, then could I use bzip to make it smaller?
bzip, for much higher CPU utilization, creates only very marginally
smaller archives. I've found it is best just to stick with gzip.
It does depend A LOT on what you're archiving. For logfiles, I started
using lzma a while back - it's slow in compressing, but does it
extremely well. For general backup archives probably less so.
/Per
--
Per Jessen, Zürich (22.8°C)
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |