ZenossCore 2.4.2
There's an incorrect command in zenbackup for backing up performance data (RRDs)


Code:

INFO:zenbackup:Backing up performance data (RRDs).
DEBUG:zenbackup:tar cf /tmp/tmpFaxAED/zenbackup/perf.tar /opt/zenoss/perf 



this will create perf.tar with base directory $ZENHOME (my ZENHOME=/opt/zenoss)
and when it is at the end of zenbackup packaged

Code:

INFO:zenbackup:Packaging backup file.
DEBUG:zenbackup:tar czfC /opt/zenoss/backups/zenbackup_20090703.tgz 
/tmp/tmpFaxAED zenbackup 




final structure is zenbackup/perf.tar. So when you restore such backup with 
zenrestore every part of it is ok (events mysql db, zeodb, config files) but 
the perf directory is created under $ZENHOME/$ZENHOME so for now you have to 
move perf dir manually to $ZENHOME




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=36673#36673

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to