Mailinglist Archive: opensuse (3574 mails)
| < Previous | Next > |
Re: [opensuse] sanitising file names for fat32
- From: Aaron Kulkis <akulkis00@xxxxxxxxxx>
- Date: Sun, 17 Feb 2008 17:53:47 -0500
- Message-id: <47B8BAFB.8050806@xxxxxxxxxx>
Philippe Landau wrote:
The best way is to NOT do it, and make a tar archive (.tar or if
you want, add the -z flag to get .tar.gz). Otherwise, you're going
to lose ALL of your ownership and rwxrwxrwx permissions and other
special mode bits (set UID, etc.)
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Before making a backup of a drive to a fat32 external usb drive,
i would like to rename all files containing special characters
not permitted on fat32 partitions, like "?" ":" "\" and "|".
I would prefer to delete question marks and transform the others to "-".
What is the best way to do that ?
The best way is to NOT do it, and make a tar archive (.tar or if
you want, add the -z flag to get .tar.gz). Otherwise, you're going
to lose ALL of your ownership and rwxrwxrwx permissions and other
special mode bits (set UID, etc.)
Kind regards Philippe
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |