Re: [flexbackup-help] dumping a samba directory

2005-01-31 Thread Carlos A. Sepulveda M.
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


Re: [flexbackup-help] how to avoid to backup some filetypes?

2005-05-19 Thread Carlos A. Sepulveda M.
Mark Mykkanen wrote:
Max,
You'll need to pattern match the files once way or
another.  Another
option is to use the prune feature described in the
manpage.  What do
your filenames look like?
Mark
Hi:
Can anybody share some prune examples?
What I need to do is similar (opposite).
I need to backup just .nsf files on some directory.
So I'll try to not_to_backup anything else.
Thanx
--
   ___  Carlos A. Sepulveda M.  | JID: [EMAIL PROTECTED]
  |___| http://www.tuxpan.com/casep | ICQ: 31472448
(o\_|_/o)   May the TUX be with You | user #292837 counter.li.org
 U U'76 1300 L Bob Esponja
---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help


[flexbackup-help] How to use PRUNE

2005-08-30 Thread Carlos A. Sepulveda M.

Hi:

I'm trying to backup some smbfolders
/mnt/hariseldon/admContainer/...
/mnt/hariseldon/beeTracert/...
/mnt/jmorales/admContainer/...
/mnt/ragnarok/z4Project/...
/mnt/kerberos/Data

In some of them there is another dir named build and others deploy
For instance
/mnt/hariseldon/admContainer/build
/mnt/ragnarok/z4Project/deploy

What I need is to not backup this dirs.

I think that I can do that whit prune, but I just can't understand the 
way it's used :-(


I can't not use exclude_expr, because if I try to put some in there 
flexbackup crash due to excesive number of files to backup (I've to 
comment every exclude line)


Thanx!
--
   ___  Carlos A. Sepulveda M.  | JID: [EMAIL PROTECTED]
  |___| http://www.tuxpan.com/casep | ICQ: 31472448
(o\_|_/o)   May the TUX be with You | user #292837 counter.li.org
 U U'76 1300 L Bob Esponja


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help


Re: [flexbackup-help] Flexbackup Remote Directory

2006-04-06 Thread Carlos A. Sepulveda M.
On 06/04/06, Banfield, Kip [EMAIL PROTECTED] wrote:

 I need to know how to setup flexbackup to create the backup file to a
 directory on a remote machine.


Hi:
You can do this with mount.
For instance mount.cifs to windows machines, mount -tnfs for linux et al.
Fir mount the remote directory as a local one, then make the backup as
usual, finally umount the directory.
--
   ___  Carlos A. Sepulveda M.   | ICQ: 31472448
  |___| May the Tux be with You  | GTALK: carlos.sepulveda[at]gmail.com
(o\_|_/o)   '76 1300 L Bob Esponja | user #292837 counter.li.org
 U U | http://e.nn.cl/blog/2


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help


Re: [flexbackup-help] Flexbackup Remote Directory

2006-04-06 Thread Carlos A. Sepulveda M.
On 06/04/06, Banfield, Kip [EMAIL PROTECTED] wrote:
 Thank you for the quick response. The only issue I have with that is the
 system I am trying to backup is in a dmz and fire walled between the
 system I want to store the backup file on. Is there a way to ssh the
 file over during the Backup?


jumm, at least a /funny/ scenario.
machine A, the machine to be backed up
machine B, ther one with flexbackup
weirds ideas:
1- machine A, via cron, put the files to backup onto machine B, with
scp plus several options and the use of pki or similar, then backup.
2- on machine B create a ssh tunnel, then mount via nfs to
localhost, then backup.
3- ask to open nfs acces on firewall.
--
   ___  Carlos A. Sepulveda M.   | ICQ: 31472448
  |___| May the Tux be with You  | GTALK: carlos.sepulveda[at]gmail.com
(o\_|_/o)   '76 1300 L Bob Esponja | user #292837 counter.li.org
 U U | http://e.nn.cl/blog/2


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help


Re: [flexbackup-help] Flexbackup Remote Directory

2006-04-07 Thread Carlos A. Sepulveda M.
On 06/04/06, Carlos A. Sepulveda M. [EMAIL PROTECTED] wrote:
 On 06/04/06, Banfield, Kip [EMAIL PROTECTED] wrote:
  Thank you for the quick response. The only issue I have with that is the
  system I am trying to backup is in a dmz and fire walled between the
  system I want to store the backup file on. Is there a way to ssh the
  file over during the Backup?
 

 jumm, at least a /funny/ scenario.
 machine A, the machine to be backed up
 machine B, ther one with flexbackup
 weirds ideas:
 1- machine A, via cron, put the files to backup onto machine B, with
 scp plus several options and the use of pki or similar, then backup.
 2- on machine B create a ssh tunnel, then mount via nfs to
 localhost, then backup.
 3- ask to open nfs acces on firewall.


Another, more serious, idea.
4- use rsync over ssh. then backup the local folder.
--
   ___  Carlos A. Sepulveda M.   | ICQ: 31472448
  |___| May the Tux be with You  | GTALK: carlos.sepulveda[at]gmail.com
(o\_|_/o)   '76 1300 L Bob Esponja | user #292837 counter.li.org
 U U | http://e.nn.cl/blog/2


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help


Re: [flexbackup-help] Backing up one file

2006-07-14 Thread Carlos A. Sepulveda M.
On 12/07/06, Thomas Müller [EMAIL PROTECTED] wrote:
 Hello,
 i'm new to flexbackup and i couldnt figure out how to back up a single file,
 or a set of files. I tried
 $set{'name'} = /home/file.text;

 But i get an error like:
 sh: line 0: cd: /home/file.text: Is not a directory

You must use directories on your sets
But you can use some prune expression in order to prevent to backup
all the content of the directory.
Refer to the 1.2 of the FAQ

Good luck!
-- 
   ___  Carlos A. Sepulveda M.  |ICQ:31472448
  |___| May the Tux be with You |GTALK:carlos.sepulveda[at]gmail.com
(o\_|_/o)   '76 1300 L Bob Esponja|user #292837 counter.li.org
 U U|http://e.nn.cl/blog/2


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help