Subject | Re: How to copy / download large backup "something.fbk" from linux server to windows machine |
---|---|
Author | Adam |
Post date | 2005-06-21T05:11:21Z |
--- In firebird-support@yahoogroups.com, "Mohd. Jeffry"
<linuxlah@g...> wrote:
Nigel and Helen are both referring to the limitation of the FAT32
file system which means that it can't hold more than 2GB (or 4GB
under XP).
Firstly you will need to confirm whether the volume you are trying to
copy to is in fact a FAT32 volume. (Also note that ftp may be
creating a temporary file on one of the volumes as it downloads).
You can split the fbk using whatever tool you like, gbak has a built
in option to limit it during backup.
You will not be able to restore the backup on a FAT32 volume because
the resulting fdb file will be over 2 or 4 GB. This is not a firebird
restriction at all, but rather an issue with the amount of data that
file system can address. (Remember that a single 2GB file was
probably considered ridiculous ten years ago, and win 9x would never
have been stable or secure enough to run a real dbms anyway).
Adam
<linuxlah@g...> wrote:
> On 6/21/05, Nigel Weeks <nweeks@e...> wrote:fresh
> > Hmm. How big does the file get before it stops? 2GB-ish?
>
> Can't tell.. the ftp cli stops with only those error
>
> On 6/21/05, Helen Borrie <helebor@t...> wrote:
> > If you don't have any NTFS 5 partitions available, you can take a
> > backup on your Linux (presumably ext3) system, backing up tomultiple
> > files. Similarly, when you restore on the FAT partition, you canrestore
> > the database as multiple files of suitable sizes. Once yourbackups and
> > database files are split into multiple files, make sure you keepthem
> > together when you move backups and databases around.files ?
>
> Helen,
> So I need to restore the fbk and back it up again into smaller
> Can I just split the fbk using split command and just restore backat
> the windows machine? Will the db work?Hello Linuxlah
>
> regards,
> linuxlah
Nigel and Helen are both referring to the limitation of the FAT32
file system which means that it can't hold more than 2GB (or 4GB
under XP).
Firstly you will need to confirm whether the volume you are trying to
copy to is in fact a FAT32 volume. (Also note that ftp may be
creating a temporary file on one of the volumes as it downloads).
You can split the fbk using whatever tool you like, gbak has a built
in option to limit it during backup.
You will not be able to restore the backup on a FAT32 volume because
the resulting fdb file will be over 2 or 4 GB. This is not a firebird
restriction at all, but rather an issue with the amount of data that
file system can address. (Remember that a single 2GB file was
probably considered ridiculous ten years ago, and win 9x would never
have been stable or secure enough to run a real dbms anyway).
Adam