bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] tar ftp file size limit?


From: John Stone
Subject: [Bug-tar] tar ftp file size limit?
Date: Thu, 28 Sep 2006 14:59:33 -0700

I am trying to back up files on my linux box to an ftp server (while keeping permissions).  I don’t have enough space on my linux box to first tar the files, and then send them.  I am using the following commands after I boot with the knoppix distribution:


sudo ftp 192.168.1.101 21
binary
put |"sudo tar -cvlO *" stuff.tar

For some reason, it always stops transferring just before 2Gb (1,972,460KB on last attempt), and the file should be 20Gb or so.  Is there a file size limit with tar?  Does it need enough memory for the whole file even if I output to the standard output instead of the file system or something?  I couldn’t find any limits.


Thanks,

 

John Stone


reply via email to

[Prev in Thread] Current Thread [Next in Thread]