andreasfaerber / vzpbackup

OpenVZ Container Backup - for containers using ploop storage
GNU Affero General Public License v3.0
34 stars 17 forks source link

vzpbackup does not back up all /etc/vz/conf/veid.* files #15

Open burbilog opened 8 years ago

burbilog commented 8 years ago

I use /etc/vz/conf/veid.mount and .umount files to control container-specific iptables and routing on HN. Thus I don't have to modify startup configs on various HNs, everything is packed with container. Old vzdump does back up these files, vzpbackup does not.

Please, please, please! fix that. Currently vzpbackup backs up veid.conf file only... I still can't move my containers to ploop without this feature :(

andreasfaerber commented 8 years ago

If you issue

ls -1 /etc/vz/conf/$CTID.*

with CTID=100 if your container ID is 100 - does it list the files you want the script to back up? Normally it should back up all files that you list via the above command. It should simply backup all $CTID.* files.

Please provide me with the output of the ls command. Thanks.