http://wiki.contribs.org/Backup_server_config#Standard_backup_.26_restore_inclusionsCannot find any about exclusions...
config setprop flexbackup Prune /pathexpand-template /etc/flexbackup.conf
Read again: You can exclude ibay, user & other data if preferred by moving that data to /temp (see steps in above section "Procedure")
R U using flexbackup? If soCode: [Select]config setprop flexbackup Prune /pathexpand-template /etc/flexbackup.confAnything in the Prune list will not be backed up.John
Remove the prune entry you added and re-expand the template. I didn't think enough about the second disk. I am pruning files but they are from the main disk. Create a custom template of 10filesystems and have this line only:$set{'full'} = '/';To test this, just manually edit /etc/flexbackup.conf and change the line I stated above. Do your backup, and verify that it does what you need, then make the custom-template.The code in 10prune_tree doesn't take into account a second mounted disk, if you look at your flexbackup.conf file, you have this entry:prune{'/'} = '/mnt/newdisk';Notice the file sytem that is to be pruned only shows / and not /mnt/newdisk.hth,John
Take off the leading /, you are already backup up /, so you are telling the system to Prune //home...This is my Prune line:Prune=dev,tmp,var,bin,usr,lib,sbin,home/httpd,home/e-smith/files/ibays/homeshare and it works fine for me.John