From: Sergej K. <sk...@gm...> - 2008-03-26 12:11:10
|
Hi All. I've installed flexbackup system on different servers under linux (debian, centos) and freebsd but still have some behavior. I want tar backups without compression, so my settings is: $type = 'tar'; $set{'backup'} = "/home /root /etc /var /usr/local"; $compress = 'false'; $device = '/mnt/backups/srv9/flexbackup.0'; $buffer = 'false'; Everything looks fine, but if I try see content of tar backups under mc I see (for example /etc): /NetworkManager /X11 /X11 /acpi /acpi /alchemist /alchemist /alsa /alsa ... etc. (Empty directories don't double). Also I tried unpack archive from command line, and compare size of flexbackup tar backup and manually created backup (tar -cvf etc.tar /etc) - they are equal ! I tried copy flexbackup .tar backups to windows machine and see content of tar backups under Total Commander - all ok. So, only bad thing that under mc (Midnight commander) tar backups look not very suitable. Does anyone face with this problem ? Thanks! PS. sorry for my EN -- Wbr, SK |