You are not logged in.
Pages: 1
I have a license XSIBackup-Pro
I have five virtual machines on the problem server. I copy them over the network to another server.
One virtual machine has an attached disk with a capacity of more than 1 TB
This virtual disk stops being copied from about 4 GB to 10 GB, each time at a different capacity stops
In rare cases, it is completely copied
The program itself says that there are no errors, in the logs it is also indicated that the copying went without errors
but the disc is large and with such copying it is then determined as damaged
all virtual PCs are on SSD, except this disk is on RAID5
cache and snapshots are forced on SSD
The problem started when I installed an SSD and moved all virtual PCs from this RAID5
Before that, everything worked fine on this RAID5
RAID5 is good and the disks in it are working
XSIBackup-Pro reinstalled
here is my config
"/vmfs/volumes/ESXI1_FILE/XSIBackup-Pro/xsibackup" \
--backup-prog=XSIDiff \
--certify-backup=yes \
--backup-point=1.2.3.4:22:"/vmfs/volumes/ESXI2_Backup/Backup/ESXI1" \
--remote-xsipath=/vmfs/volumes/ESXI2_FILE/XSIBackup-Pro \
--backup-type=running \
--date-dir=yes \
--del-dirs=+15d \
--backup-id=200 \
--description="" \
--exec=yes >> "/vmfs/volumes/ESXI1_FILE/XSIBackup-Pro/var/logs/xsibackup.log"
I tried instead XSIDiff use Rsync the result is the same
Please tell me, at least the direction, how to make it copy this disk completely
Offline
It could be a metadata issue. Clone the disk with vmkfstools and replace the old disk by the clone.
It could also be a hardware issue, a worn out disk.
XSIDiff is a straight copy utility, thus it's faster than Rsync. The latter performs more thorough tests on every syncronization. If Rsync returns no error, then you may have hit some hardware issue.
Offline
Please tell me
I changed --backup-prog = XSIDiff to --backup-prog = Rsync
but I get the message:
Info: first Rsync transfer is assumed by XSIDiff, as it is faster and will preserve VMFS data sparseness
at this moment XSIDiff or Rsync is still running ???
if XSIDiff then how to force Rsync to run ?
Offline
I will also add that when loading it all the same writes:
Writing to file /vmfs/volumes/ESXI2_Backup/
(c)XSIDiff 0.28% done
how to force rsync ?
Offline
We aren't really getting the details of what your issue is. Please contact support (see the e-mail in your welcome e-mail, we don't publish e-mail addresses here) to receive personalized support on your issue. Some remote SSH access could be required.
Offline
Pages: 1