Re: Restoring from a tarball

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

 



On 18 October 2011 19:59, Todd Zullinger <tmz@xxxxxxxxx> wrote:
> Frank Cox wrote:
>> The problem you're going to run into is the initial / that you used
>> before home/marcia when you created the tarball.  Tar won't restore
>> the initial / so when you extract the files they will end up in
>> home/marcia under whatever directory you're currently in at that
>> time.
>>
>> The easiest solution is to extract the tarball and move (with the mv
>> command) the marcia directory into /home on completion.
>
> Or use the --absolute-names (-P) option to tar.  That's for "don’t
> strip leading ‘/’s from file names."
>

Yes by default it will have stripped them on archiving. Since they
were archived with the full path otherwise you can using -C / will get
the original full path back:
tar xf marcia.tar.bz2 -C /
Do this as user 'marcia' and you should be okay for UIDs on extraction
(it will also prevent it accidentally extracting somewhere else on the
filesystem). Group IDs if there are any particular ones will need to
be created on the new system and marcia added to them.

-- 
imalone
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux