Operating System - HP-UX
1834976 Members
1740 Online
110073 Solutions
New Discussion

fbackup of symbolic links

 
Balasiu Dan
Advisor

fbackup of symbolic links

Hi Jeff!

Does SAM fbackup follow
symbolic links?

thanks
dan
3 REPLIES 3
T G Manikandan
Honored Contributor

Re: fbackup of symbolic links

By default fbackup backs up symbolic links.

SAM should also do the same
Michael Duthie
Trusted Contributor

Re: fbackup of symbolic links

Depends what you mean. fbackup will backup symbolic links but if you want to back up a directory which has a symbolis link, you need to backup the directory.

ie ln -s /home/mike /mike

/mike --> /home/mike

fbackup -f /dev/rmt/0m -i /mike

will only backaup the sybmolic link on the /home/mike directory.

Michael Duthie
Trusted Contributor

Re: fbackup of symbolic links

will only backaup the sybmolic link on the /home/mike directory

sorry should say "to the /home/mike directory"

to backup /home/mike you need to include it. ie -i /home/mike