Changes

Jump to navigation Jump to search
522 bytes removed ,  12:21, 15 July 2013
no edit summary
Line 1: Line 1: −
== Add how to exclude an ibay from the backup? ==
  −
  −
Should there also be added a section on how to avoid an ibay being backed up. You may not want to back up an ibay that is a mirror for instance.
  −
  −
create a custom template, 45prune, in /etc/e-smith/templates-custom/etc/dar/DailyBackup.dcf/
  −
  −
{
  −
    my @excludes = ('home/e-smith/files/ibays/ibaytoexclude1','home/e-smith/files/ibays/ibaytoexclude2');
  −
  −
    foreach my $dir ( @excludes ) {
  −
        $OUT .= "--prune $dir\n";
  −
    }
  −
}
  −
  −
expand-template /etc/dar/DailyBackup.dcf
  −
  −
   
== Add how to start a one-off backup? ==
 
== Add how to start a one-off backup? ==
  

Navigation menu