<div dir="ltr"><div><div><div>Hi Steven:<br><br></div>Yes that is more or less what we want to do.  We have tivoli here for backup so I'm somewhat familiar with inclexcl files.  The filesystem I want to backup is a shared home.<br><br>Right now I do have a policy...mmlspolicy home -L does return a policy.  So if I did not want to backup core and cache files I could create a backup policy using /var/mmfs/mmbackup/<font size="2" face="sans-serif">.<wbr>mmbackupRules.home and place in it?: </font><br>EXCLUDE "/gpfs/home/.../core"<br>EXCLUDE "/igpfs/home/.../.opera/cache4"<br>EXCLUDE "/gpfs/home/.../.netscape/cache/.../*"<br>EXCLUDE "/gpfs/home/.../.mozilla/default/.../Cache"<br>EXCLUDE "/gpfs/home/.../.mozilla/.../Cache/*"<br>EXCLUDE "/gpfs/home/.../.mozilla/.../Cache"<br>EXCLUDE "/gpfs/home/.../.cache/mozilla/*"<br>EXCLUDE.DIR "/gpfs/home/.../.mozilla/firefox/.../Cache"<br><br></div><div>I did a test run of mmbackup and I noticed I got a template put in that location:<br></div><div>[root@cl002 ~]# ll -al /var/mmfs/mmbackup/<br>total 12<br>drwxr-xr-x  2 root root 4096 Feb 15 07:43 .<br>drwxr-xr-x 10 root root 4096 Jan  4 10:42 ..<br>-r--------  1 root root 1177 Feb 15 07:43 .mmbackupRules.home<br><br></div><div>So I can copy this off into /var/mmfs/etc for example and to use next time with my edits.<br></div><div><br></div>What is normally used to schedule the mmbackup?   Cronjob?   dsmcad?<br><br></div>Thanks much.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 14, 2017 at 11:21 AM, Steven Berman <span dir="ltr"><<a href="mailto:sberman@us.ibm.com" target="_blank">sberman@us.ibm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font size="2" face="sans-serif">Eric,</font><br><font size="2" face="sans-serif">   What specifically do you
wish to accomplish?    It sounds to me like you want to use mmbackup
to do incremental backup of parts or all of your file system.   But
your question did not specify what specifically other than "whole
file system incremental"  you want to accomplish.   Mmbackup
by default, with "-t incremental"  will back up the whole
file system, including all filesets of either variety, and without regard
to storage pools.   If you wish to back up only a sub-tree of the
file system, it must be in an independent fileset (--inode-space=new)  and
the current product supports doing the backup of just that fileset.  
 If you want to backup parts of the file system but exclude things
in certain storage pools, from anywhere in the tree, you can either use
"include exclude rules"  in your Spectrum Protect (formerly
TSM) configuration file, or you can hand-edit the policy rules for mmbackup
which can be copied from /var/mmfs/mmbackup/.<wbr>mmbackupRules.<file system
name>    (only persistent during mmbackup execution).  Copy
that file to a new location, hand-edit and run mmbackup next time with
-P <your policy rules file>.     Is there something else
you want to accomplish?</font><br><br><a href="https://www.ibm.com/support/knowledgecenter/STXKQY_4.2.2/com.ibm.spectrum.scale.v4r22.doc/bl1adv_semaprul.htm" target="_blank"><font size="2" color="blue" face="sans-serif">https://www.ibm.com/support/<wbr>knowledgecenter/STXKQY_4.2.2/<wbr>com.ibm.spectrum.scale.v4r22.<wbr>doc/bl1adv_semaprul.htm</font></a><br><a href="https://www.ibm.com/support/knowledgecenter/STXKQY_4.2.2/com.ibm.spectrum.scale.v4r22.doc/bl1adm_backupusingmmbackup.htm" target="_blank"><font size="2" color="blue" face="sans-serif">https://www.ibm.com/support/<wbr>knowledgecenter/STXKQY_4.2.2/<wbr>com.ibm.spectrum.scale.v4r22.<wbr>doc/bl1adm_<wbr>backupusingmmbackup.htm</font></a><br><br><font size="2" face="sans-serif">Steven Berman        
        Spectrum Scale / HPC General Parallel File
System Dev.<br>Pittsburgh, PA  <a href="tel:(412)%20667-6993" value="+14126676993" target="_blank">(412) 667-6993</a>          
        Tie-Line 989-6993        
         <a href="mailto:sberman@us.ibm.com" target="_blank">sberman@us.ibm.com</a><br>----Every once in a while, it is a good idea to call out, "Computer,
end program!"  just to check.  --David Noelle<br>----All Your Base Are Belong To Us.  --CATS</font><br><br><br><br><br><br><font size="1" color="#5f5f5f" face="sans-serif">From:      
 </font><font size="1" face="sans-serif">"J. Eric Wonderley"
<<a href="mailto:eric.wonderley@vt.edu" target="_blank">eric.wonderley@vt.edu</a>></font><br><font size="1" color="#5f5f5f" face="sans-serif">To:      
 </font><font size="1" face="sans-serif">gpfsug main discussion
list <<a href="mailto:gpfsug-discuss@spectrumscale.org" target="_blank">gpfsug-discuss@spectrumscale.<wbr>org</a>>        
       </font><br><font size="1" color="#5f5f5f" face="sans-serif">Date:      
 </font><font size="1" face="sans-serif">02/13/2017 10:28 AM</font><br><font size="1" color="#5f5f5f" face="sans-serif">Subject:    
   </font><font size="1" face="sans-serif">[gpfsug-discuss]
mmbackup examples using policy</font><br><font size="1" color="#5f5f5f" face="sans-serif">Sent by:    
   </font><font size="1" face="sans-serif"><a href="mailto:gpfsug-discuss-bounces@spectrumscale.org" target="_blank">gpfsug-discuss-bounces@<wbr>spectrumscale.org</a></font><br><hr noshade><div><div class="h5"><br><br><br><font size="3">Anyone have any examples of this?  I have a filesystem
that has 2 pools and several filesets and would like daily progressive
incremental backups of its contents.<br></font><br><font size="3">I found some stuff here(nothing real close to what I wanted
however):<br>/usr/lpp/mmfs/samples/ilm<br></font><br><font size="3">I have the tsm client installed on the server nsds.<br></font><br></div></div><font size="3">Thanks much</font><tt><font size="2">__________________________<wbr>_____________________<br>gpfsug-discuss mailing list<br>gpfsug-discuss at <a href="http://spectrumscale.org" target="_blank">spectrumscale.org</a><br></font></tt><a href="http://gpfsug.org/mailman/listinfo/gpfsug-discuss" target="_blank"><tt><font size="2">http://gpfsug.org/mailman/<wbr>listinfo/gpfsug-discuss</font></tt></a><tt><font size="2"><br></font></tt><br><br><br><br></blockquote></div><br></div>