Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on installing #2

Open
killmasta93 opened this issue Apr 27, 2020 · 0 comments
Open

Issue on installing #2

killmasta93 opened this issue Apr 27, 2020 · 0 comments

Comments

@killmasta93
Copy link

killmasta93 commented Apr 27, 2020

Hi,
I was wondering if someone else has the issue on installing.

./zimbra-lvm-rsync-backup.sh: line 54: /usr/sbin/lvcreate: No such file or directory
mount: /tmp/zimbra_vol: special device /dev//zimbra_vol does not exist.
rsync: change_dir "/tmp/zimbra_vol/zimbra" failed: No such file or directory (2)
(new) backup_dir is /mnt/2020-04-27-15-43-06
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]
umount: /tmp/zimbra_vol/: not mounted.
./zimbra-lvm-rsync-backup.sh: line 73: /usr/sbin/lvremove: No such file or directory
./zimbra-lvm-rsync-backup.sh: line 79: /bin/mail: No such file or directory

and this is the config i changed


# backup_dir - directory to backup to
backup_dir=/mnt

# backup_log - path to backup log file e.g. /var/log/zimbra-backup.log
backup_log=/var/log/zimbra-backup.log

# vol_group - the Volume Group that contains $zimbra_vol
vol_group=$zimbra_vol

# zimbra_vol - the Logical Volume that contains /opt/zimbra
zimbra_vol=/opt/zimbra

# zimbra_vol_fs - the file system type (ext3, ext4, xfs, ...) in /opt/zimbra
zimbra_vol_fs=ext4

# zimbra_backup_vol - the Logical Volume for zimbra_vol snapshot
zimbra_backup_vol=zimbra_vol

# zimbra_backup_volsize - the size of snapshot
zimbra_backup_volsize=BACKUP-VOLUMN-SIZE

# lvcreate and lvremove commands path
lvcreate_cmd=/usr/sbin/lvcreate
lvremove_cmd=/usr/sbin/lvremove

# rsync command path
rsync_cmd=/usr/bin/rsync

# incremental backup directory that contains new/modified/deleted data on the local machine. This will fill up over time!
incremental_backup_dir=/mnt/$(date +%F-%H-%M-%S)

# destination directory for full backup
full_backup_dir=/mnt

# email address and email command path defination
email="<your-email-address>"
mail_cmd=/bin/mail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant