Page 1 of 2

[SOLVED] Backup files triple sized after update to 0.9.8-8

Posted: Sun Apr 20, 2014 4:00 am
by SCelik
One day before update backup file was about 14mb now it's 52mb

When i extract backup file, total size of files is 22mb

There is domain_data.tar.gz in backup file?
Is it necessary?

Centos 6.4 x86_64
imperio wrote:This problem is solved
wget https://raw.githubusercontent.com/sergh ... ackup-user -O /usr/local/vesta/bin/v-backup-user
or
https://github.com/serghey-rodin/vesta/ ... 7cbd51729d

Re: Backup files triple sized after update to 0.9.8-8

Posted: Sun Apr 20, 2014 4:25 am
by SCelik
Before Update:
Image

After Update:
Image

There is a "." between folder names, and size doubled??

Re: Backup files triple sized after update to 0.9.8-8

Posted: Sun Apr 20, 2014 12:20 pm
by bizon
I have exactly the same problem.

Image

too CentOS 6.4 (x86_64)

Re: Backup files triple sized after update to 0.9.8-8

Posted: Sun Apr 20, 2014 4:42 pm
by demlasjr
Ubuntu 12.04 too,

Each file is duplicate/triplicate/quadruplicate into the zip archive.

Image


Something tells me the bug is in v-backup-user.sh, between 474-482 lines

Code: Select all

            udir_list="$udir_list $udir"
            echo -e "$(date "+%F %T") adding directory $udir"
            msg="$msg\n$(date "+%F %T") adding directory $udir"
            touch $tmpdir/user_dir/$udir.tar
            find ./$udir ${fargs[@]} |grep -v "^./$" |grep -v "^.$" |\
                grep -v "./$udir$" |\
                xargs tar -rpf $tmpdir/user_dir/$udir.tar
            gzip -$BACKUP_GZIP $tmpdir/user_dir/$udir.tar
        fi

Re: Backup files triple sized after update to 0.9.8-8

Posted: Sun Apr 20, 2014 5:25 pm
by pedagang
me to
in debian 7 / 64 bit

same result : triple size backup file as above thread

Re: Backup files triple sized after update to 0.9.8-8

Posted: Sun Apr 20, 2014 5:55 pm
by pedagang
If Click CREATE BACKUP always result : "An existing backup is already running. Please wait for that backup to finish."

even if after reboot

some time it work with swelled file (big duplicated file)

Re: Backup files triple sized after update to 0.9.8-8

Posted: Sun Apr 20, 2014 7:37 pm
by imperio
bug has been confirmed

Re: Backup files triple sized after update to 0.9.8-8

Posted: Thu Apr 24, 2014 2:19 pm
by XakRu
confirmed то конфирмед, когда патч будет? В багтреке обещали два дня.

Re: Backup files triple sized after update to 0.9.8-8

Posted: Thu Apr 24, 2014 5:31 pm
by imperio
bug-fix will be released on Saturday or Sunday

Re: Backup files triple sized after update to 0.9.8-8

Posted: Sat Apr 26, 2014 9:40 pm
by SCelik
is there any progress? Can we recieve this update with "automatic updates" feature?