A Charlie Brady, el 29/01/05 01:43, se le ocurrio decir:
On Fri, 28 Jan 2005, RYAN vAN GINNEKEN wrote:


does anyone know how to dump a samba directory ...


You can't dump an smb file system (or maybe any remote file system). Try tar. Or star. Or do the backup on the system where the file system actually resides.

--

What I do is to mount (smbmount) the directory and then use fb.

some kind of

smbmount //aguasanta/SandboxesPFP /mnt/aguasanta/PFP -o credentials=/root/.credentials
if [ "$?" -eq $SUCCESS ]
then
flexbackup -set Aguasanta.PFP -full
smbumount /mnt/aguasanta/PFP
fi


--
Carlos A. Sepulveda M.       | JID: [EMAIL PROTECTED]
http://www.tuxpan.com/casep  | ICQ: 31472448
May the TUX be with You      | user #292837 counter.li.org


------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ flexbackup-help mailing list flexbackup-help@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to