Re: copying large files between filesystems
From: Jonathan Rawle (jr36_at_leicester.ac.uk)
Date: 06/30/04
- Previous message: David Cary Hart: "NVIDIA Information ad nauseum"
- In reply to: Phil Schaffner: "Re: copying large files between filesystems"
- Next in thread: Andrew Scott: "Re: copying large files between filesystems"
- Reply: Andrew Scott: "Re: copying large files between filesystems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: fedora-list@redhat.com Date: Wed, 30 Jun 2004 17:19:42 +0100
Phil Schaffner wrote:
> If you can read the directory in place, you may be able to extract to
> the new target location (at least up to the 2GB limit if not beyond)
> without moving the archive.
>
> (e.g. "tar jxvf archive_name.tar.bz -C /new/filesystem/location")
The only thing is, tar.bz2 archives are compressed after the tar archive is
complete. This allows for redundancy between files to be used, but isn't
good for backup purposes.
You might be able to recover some of the archive, but it might be
considerably less than 2GB. For backups, I suggest using uncompressed tar,
or a utility such as dar, which compresses before archiving (zip does
that, but can't handle large archives).
In any case, the moral is to test such backups before wiping your original
home directory!
Jonathan
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: David Cary Hart: "NVIDIA Information ad nauseum"
- In reply to: Phil Schaffner: "Re: copying large files between filesystems"
- Next in thread: Andrew Scott: "Re: copying large files between filesystems"
- Reply: Andrew Scott: "Re: copying large files between filesystems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|