Huw Wyn writes:

> I'm loosing it here Les :( OK, if I understood what you meant correctly, 
> something like:
> 
> /usr/local/BackupPC/bin/BackupPC_zipCreate -c 4 -h fshac1 -n 530 -s 
> /home/hefinw > /backup/hefin.zip
> 
> should work. Given the location of the directory 
> (/backup/data/pc/fshac1/530/f%2fhome/fhefinw)
> 
> -h fshac1 = the BackupPC host
> -n 530 = the backup no
> -s /home/hefinw = the 'share' on the host

No, the share is just /home.

> -c 4 = the compression level used when the backup was created
> 
> When I run the above command I simply get a 'usage' message! I've tried all 
> sorts of variations (fhefinw etc etc) but without any greater success.

Here's the usage:

    usage: /usr/local/BackupPC/bin/BackupPC_zipCreate [options] 
files/directories...

You need to supply the list of files/directories to include in
the zip archive as an additional argument, not as part of the
share name.  So try this:

    /usr/local/BackupPC/bin/BackupPC_zipCreate -c 4 -h fshac1 -n 530 -s /home 
hefinw > /backup/hefin.zip

Craig

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to