Bug reported :
http://bugs.contribs.org/show_bug.cgi?id=9130In testing a migration from SME8.2 ( fully updated ) to SME9_64 :
I have configured and run a Backup to local removable disk media/usbBackup on the sme8.2 machine.
Backup is Enabled.
Backup is made on local removable disk media/usbBackup
Number of rotating backup sets is 1
Number of daily backups contained in each set is 7
Compression level (0-9) of backup is 6
Daily backup occurs at 22:00
Each daily backup session is cleanly timed out after 8 hours.
Full backup sessions (new backup set) are allowed everyday
The backup runs successfully, and i can perform a verification of the backup on the sme8.2 machine successfully.
I removed the disk and performed a fresh install of SMe9.0_64. The new machine was configured with the same domain,host,server-mode & ip settings.
I then enabled the backup to local removable media :
Backup is Enabled.
Backup is made on local removable disk media/usbBackup
Number of rotating backup sets is 1
Number of daily backups contained in each set is 7
Compression level (0-9) of backup is 6
Daily backup occurs at 22:00
Each daily backup session is cleanly timed out after 8 hours.
Full backup sessions (new backup set) are allowed everyday
On performing :
Verify workstation backup
-------------------------------------
This option will display the names of all files in a previously created workstation daily backup. You can use this option to verify the contents of the backup.You must choose the backup you want to verify
Only files flagged with [Saved] are contained in the backup.
Backup files are verified from shared folder : localhost/media/usbBackup/s9-1.sme
Select backup file: full-201511091801 (set1)
Error Message :
Verify workstation backup
The following files are considered in the backup :
Final memory cleanup...
Error while reading files from : /media/usbBackup/s9-1.sme/set1/full-201511091801
Nothing is logged in /var/log/messages.
I have also found the same issue when performing the same operations on a proxmox VM's, BUt using NFS shares.
Noted that after the error messages that if one checks for mounted filesystems that the usb drive is still mounted :
[root@s9-1 media]# mount
/dev/mapper/main-root on / type ext4 (rw,usrquota,grpquota)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/md0 on /boot type ext4 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sdb1 on /media/usbBackup type ext3 (rw)
Changed subject line as this also causes Restore to fail