Hello,

I have a backuppc doing ssh/tar type of backup for a system. This
backup does /export/home directory on the remote backuppc client. I
would like to avoid some directories(recursively) which are
immediately under /export/home, for example /export/home/abc ,
/export/home/xyz,..etc


Configuration of the client for avoiding directories is as below. Do
you think it is correct way to keep those directories from backing up
or their path needs to be tweaked?

$Conf{BackupFilesExclude} = {
  '/xyz' => [
    ''
  ],

  '/abc' => [
    ''
  ]
};

Please help. Thank you.

~UG

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to