[Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread Andy_Welburn
Cheers M have tried this I can confirm that it does work. Set up a policy to backup /app/site (contains many sub-directories files) Set up an exclude list for same of /app/site/*/ Ran backup checked that only files within /app/site NOT sub-directories were backed up. Many thanks for the

[Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread dbergen
Thanks, I should have been clearer sorry. I know how to do it in an exclude list but that is global to the client. What I am trying to do is separate subfolders into one stream and root files into another. When is Symantec going to have per policy or per stream excludes?

Re: [Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread Rusty.Major
For this level of effort, it's the same to create two policies to reach your goal. You can get the streams and use the excludes to filter out what you don't want. Rusty Major, MCSE, BCFP, VCS ▪ Sr. Storage Engineer ▪ SunGard Availability Services ▪ 757 N. Eldridge Suite 200, Houston TX 77079 ▪

Re: [Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread Donaldson, Mark
Per policy excludes are implemented already. Have been since at least v3. Client Global: /usr/openv/netbackup/exclude_list Policy (all scheds): /usr/openv/netbackup/exclude_list.policyname Policy Sched: /usr/openv/netbackup/exclude_list.policyname.schedname -M -Original Message-

[Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread dbergen
I think I am missing something here, aren't exclude lists client based rather than policy based? +-- |This was sent by dber...@cucbc.com via Backup Central. |Forward SPAM to ab...@backupcentral.com.

Re: [Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread Donaldson, Mark
Yes, they're on the client, but they can be limited to function on that client for only one policy or policy sched combo. -Original Message- From: veritas-bu-boun...@mailman.eng.auburn.edu [mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of dbergen Sent: Thursday, June 11,

Re: [Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread Jeff Lightner
Or to restate that - you can have multiple exclude lists - one for each policy on the client. Just append the policy to the exclude.list its relevant for: e.g. POLICY SERVER-OS POLICY SERVER-DB In SERVER-DB you're backing all of /database/prodDB and all of /oracle/prodDB without any excludes.

[Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread dbergen
Hmm... it would appear I have more reading to do. Thanks, d +-- |This was sent by dber...@cucbc.com via Backup Central. |Forward SPAM to ab...@backupcentral.com.

[Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread dbergen
Is there an exclude.list file on a Windows client? I can't find it. +-- |This was sent by dber...@cucbc.com via Backup Central. |Forward SPAM to ab...@backupcentral.com.

Re: [Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread Len Boyle
It is in the registry -Original Message- From: veritas-bu-boun...@mailman.eng.auburn.edu [mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of dbergen Sent: Thursday, June 11, 2009 2:20 PM To: VERITAS-BU@MAILMAN.ENG.AUBURN.EDU Subject: [Veritas-bu] Backup all files in a folder

[Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread dbergen
I thought the excludes in the registry were also global, how do I add ones to the reg that are tied to a certain policy or schedule? +-- |This was sent by dber...@cucbc.com via Backup Central. |Forward SPAM to

Re: [Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread Rusty.Major
But the excludes are created from the Backup Archive Restore GUI on the client. You can create the policy and/or schedule granular excludes here as well. Remember that NetBackup will only read one exclude list. What I'm getting at is if you have a global (to the client) and policy and scheudule

Re: [Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread Martin, Jonathan
Use the client settings app in the Administration Console or the Backup and Archive GUI on the client to specify exclusion, policy and schedules to apply to. I wouldn't recommend updating this manually in the registry. -Jonathan ___ Veritas-bu maillist

[Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread dbergen
Awesome, yup, I got it, thank you all. +-- |This was sent by dber...@cucbc.com via Backup Central. |Forward SPAM to ab...@backupcentral.com. +--

Re: [Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-11 Thread judy_hinchcliffe
Edit it via client properties on the gui. -Original Message- From: veritas-bu-boun...@mailman.eng.auburn.edu [mailto:veritas-bu-boun...@mailman.eng.auburn.edu] On Behalf Of dbergen Sent: Thursday, June 11, 2009 1:20 PM To: VERITAS-BU@MAILMAN.ENG.AUBURN.EDU Subject: [Veritas-bu] Backup all

[Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-10 Thread dbergen
Can anyone tell me how to set this up in Netbackup? +-- |This was sent by dber...@cucbc.com via Backup Central. |Forward SPAM to ab...@backupcentral.com. +--

Re: [Veritas-bu] Backup all files in a folder but not any subfolders

2009-06-10 Thread Donaldson, Mark
NB recurses by default. It's hard to stop. You'd have to do this by using an exclude file on the client, I suspect. If your filelist includes: /top/dir_to_backup You might try to exclude /top/dir_to_backup/*/ That might do it. I've never tried it, though. Make sure the trailing slash is