|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
zip can, but user can't decide whether to store or to deflate files.
Which program can let user decide to store files (not deflate)? -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 08/18/2007 02:35 PM, qipaishi wrote:
> zip can, but user can't decide whether to store or to deflate files. > > Which program can let user decide to store files (not deflate)? > > The "-0" option to zip allows for simple storage. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Sat, Aug 18, 2007 at 03:35:13PM -0400, qipaishi wrote:
> zip can, but user can't decide whether to store or to deflate files. > > Which program can let user decide to store files (not deflate)? The traditional *nix tool for storing files is tar. Combine with gzip or bzip2 if you also need compression. Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGxskbqJyztHCFm9kRAhsEAJ0ROGn5lSyQkDk+cD6zQ6 hit3xoAACfZsyY AARtjRECic/KkrqtRhqgSl0= =uya5 -----END PGP SIGNATURE----- |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
You are right. I read the manual, didn't find the option. Now I look again, zip has the option. Thanks! Mumia W.. wrote: > On 08/18/2007 02:35 PM, qipaishi wrote: > >> zip can, but user can't decide whether to store or to deflate files. >> >> Which program can let user decide to store files (not deflate)? >> >> > > The "-0" option to zip allows for simple storage. > > > -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
You are right. I read the manual, didn't find the option. Now I look again, zip has the option. Thanks! Mumia W.. wrote: > On 08/18/2007 02:35 PM, qipaishi wrote: > >> zip can, but user can't decide whether to store or to deflate files. >> >> Which program can let user decide to store files (not deflate)? >> >> > > The "-0" option to zip allows for simple storage. > > > -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
H,
On Sat, Aug 18, 2007 at 03:35:13PM -0400, qipaishi wrote: > zip can, but user can't decide whether to store or to deflate files. > > Which program can let user decide to store files (not deflate)? Are you looking for tool to store files into one archive file without compression? In Unix world, * ar * tar * cpio These are popular. The first one may not be for your normal data. If it is source file tree, tar will be my first choice. If it is for the selective back up, I go for cpio. http://www.debian.org/doc/manuals/re...ml#s-archiving http://wiki.debian.org/DRData#head-4...665ea657a3fc85 As mentioned by someone else, zip can store file without compression but that is not common thing to do unless you want people using other OS to read it. Osamu -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
![]() |
| Outils de la discussion | |
|
|