OK , i need to take incremental backup every day directory called 
/backup/2017-11-13 and every day the directory changed to aproprate current 
date look like tommorow directory will be /backup/2017-11-14 

so i tried to make fileset to take incremental backup the current date of the 
directory as you see below 
FileSet {
  Name = cPanel_Backup
  Include {
     File = |/etc/accounts-bareos
 
  Options {
      signature = MD5
      Compression = GZIP6

  }
}

vi /etc/accounts-bareos
#!/bin/bash
echo  /backup/`\date \+%F`\/accounts/

but at totally incremental backup not take changes only just take all folder 
again . 

that is clear or not ?

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to