LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   k3b - how to preserve owner and permission (https://www.linuxquestions.org/questions/linux-software-2/k3b-how-to-preserve-owner-and-permission-503297/)

satimis 11-20-2006 10:36 AM

k3b - how to preserve owner and permission
 
Hi folks,

K3B

I need to burn compressed tarballs preserving their owner and permission.

The preserve file permission on "Filesystem" tag is for backup only.

Please advise how to make it. TIA


B.R.
satimis

b0uncer 11-20-2006 11:56 AM

Why couldn't you just select the backup option then?

satimis 11-20-2006 08:07 PM

Hi b0uncer,

Tks for your advice.

Quote:

Why couldn't you just select the backup option then?
This is not backup.

I create the compressed tarball with;
Code:

$ tar jcpf tarball.tar.bz2 /path/to/directory
$ ls -al /path/to/directory
Code:

-rw-r--r--  1 satimis satimis 797903054 Nov 21 04:24 Documents_20061120.tar.bz2
-rw-r--r--  1 satimis satimis 386070936 Nov 21 03:57 Download_20061120.tar.bz2
-rw-r--r--  1 satimis satimis  39899597 Nov 21 04:01 Music_20061120.tar.bz2
-rw-r--r--  1 satimis satimis    392570 Nov 21 04:02 Wallpaper_20061120.tar.bz2

After burning on DVD, they become
Code:

-rw-r--r--  1 root root 797903054 Nov 21 04:24 Documents_20061120.tar.bz2
-rw-r--r--  1 root root 386070936 Nov 21 03:57 Download_20061120.tar.bz2
-rw-r--r--  1 root root 39899597 Nov 21 04:01 Music_20061120.tar.bz2
-rw-r--r--  1 root root 392570 Nov 21 04:02 Wallpaper_20061120.tar.bz2

B.R.
satimis


All times are GMT -5. The time now is 04:52 AM.