Results 1 to 2 of 2
-
04-18-2011, 10:41 AM #1Member
- Join Date
- Jan 2011
- Posts
- 54
- Thanks
- 0
- Thanked 1 Time in 1 Post
Include just files on a specific folder
I just want to backup only files on a specific folder.
For example, backup only files on folder /home/oradev.
For this, among exclude parameters, I use on dsm.sys:
include /home/oradev/*
As I know, /home/oradev/*, means that only files on /home/oradev will be included, but instead, other folder inside /home/oradev are included in backup.
I am using linux baclient 6.2.2 on a suse 10 sp2 box.
What config Can I use in order to backup only files?
dsmc q opt, returns SUBDIR=NO
TIA
-
04-18-2011, 01:13 PM #2
My guess is you are not excluding the folders from backup under /home/oradev, hence why they are included. See if the below lines gets you closer to what you want...
note: other directories on the '/' starting with 'H' may get backed up (not the files though) as well as any other directories on '/home' starting with 'O'.Code:EXCLUDE.DIR "/[a-g,i-z]*" EXCLUDE.DIR "/home/[a-n,p-z]*" EXCLUDE.DIR "/home/oradev/[a-z]*" EXCLUDE /.../* INCLUDE /home/oradev/*
Similar Threads
-
Include just a folder, nothing else - Windows platform
By ocarles in forum Backup / Archive DiscussionReplies: 12Last Post: 01-17-2011, 02:46 PM -
Include-exclude Folder in 2 session.
By stratanic in forum Backup / Archive DiscussionReplies: 3Last Post: 07-22-2010, 02:37 AM -
Cannot copy files from one folder to another folder
By christy.tfwu in forum Hierarchical Storage ManagementReplies: 7Last Post: 10-06-2008, 08:57 AM -
Size of specific Data or Folder which where backuped from a node
By Dango in forum ScriptingReplies: 6Last Post: 08-08-2007, 04:48 PM -
dsm.opt include statement for drive that is mounted as a folder
By yelwar in forum Backup / Archive DiscussionReplies: 5Last Post: 10-16-2006, 01:59 PM


Reply With Quote
