Rsnapshot problem

    • Offizieller Beitrag

    where must I type cat? After the d#?

    just type cat rsnapshot*

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Forgive me, I thought you were going to use the same session as you were in previously where you changed the directory. The follow will work no matter what directory you are in:


    cat /var/lib/openmediavault/rsnapshot.d/rsnapshot*

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    You can cut and paste from putty... Just selecting text in the putty window will automatically copy. You just would need to paste in the browser.


    Your snapshot root is on two lines. I have fought this for a long time and I thought it worked on every system but evidently not your system. What is the output of the following two commands (please cut & paste):


    cat /etc/mtab
    lsblk -o mountpoint,label -n

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Code
    /dev/root / ext4 rw,noatime,data=ordered 0 0
    tmpfs /tmp tmpfs rw,relatime 0 0
    /dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
    /dev/sdb1 /srv/dev-disk-by-label-NASschijf ext4 rw,relatime,data=ordered,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group 0 0
    /dev/sda1 /srv/dev-disk-by-label-NASschijf2 ext4 rw,relatime,data=ordered,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group 0 0
    /dev/root /var/folder2ram/var/log ext4 rw,noatime,data=ordered 0 0


    and


    Code
    root@raspberrypi:~# lsblk -o mountpoint,label -n
    /srv/dev-disk-by-label-NASschijf  NASschijf
    [SWAP]
    [SWAP]
    /srv/dev-disk-by-label-NASschijf2 NASschijf2
    [SWAP]
    [SWAP]
    /
    /boot                             boot
    root@raspberrypi:~#
    • Offizieller Beitrag

    This is a bug in the 3.x version of the plugin caused by filesystem names that are very similar that I fixed in the 4.x version. I will see about backporting the fix.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    and? Is there a solution?

    The easiest way is to not use shared folders with basically the same names. Upgrading to OMV 4.x is an option. Otherwise, be patient until I update the 3.x plugin.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    The fix has been pushed out for OMV 3.x.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • The fix has been pushed out for OMV 3.x.

    I am also having this issue, eve after updating the plugin to 3.10.


    I have three jobs set, all of the backup locations are the same as the source with _Backup added onto the end.


    • Offizieller Beitrag

    I am also having this issue, eve after updating the plugin to 3.10.

    What is the output of:
    cat /var/lib/openmediavault/rsnapshot.d/rsnapshot-0dade27a-52d2-4676-8a4e-3b9d5ef8fde9.conf
    cat /etc/mtab
    lsblk -o mountpoint,label -n

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • What is the output of:cat /var/lib/openmediavault/rsnapshot.d/rsnapshot-0dade27a-52d2-4676-8a4e-3b9d5ef8fde9.conf
    cat /etc/mtab
    lsblk -o mountpoint,label -n


    • Offizieller Beitrag

    I might have to rethink how it creates the path for people who use the same name in lots of places. It might be a while though since the fix can't break existing working systems.


    Until then, you can remove line 7 and 8 and manually change line 6 to be:
    snapshot_root /srv/dev-disk-by-label-Backup/gitlab_backup//MainArray/gitlab//

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I might have to rethink how it creates the path for people who use the same name in lots of places. It might be a while though since the fix can't break existing working systems.


    Until then, you can remove line 7 and 8 and manually change line 6 to be:
    snapshot_root /srv/dev-disk-by-label-Backup/gitlab_backup//MainArray/gitlab//

    Thanks, I have edited the three separate rsnapshot config files and have run them manually to test, they seem to be happy.


    I'm debating just upgrading to OMV4 when I get back over Easter but not sure if I should wait until it's 'officially stable'.

    • Offizieller Beitrag

    Thanks, I have edited the three separate rsnapshot config files and have run them manually to test, they seem to be happy

    The 3.10 version didn't fix anything because I forgot to save the change before pushing out the new version of the plugin. The 3.11 has the fix.

    I'm debating just upgrading to OMV4 when I get back over Easter but not sure if I should wait until it's 'officially stable'.

    Depending on what plugins you use, I wouldn't wait.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Hi.


    Is this the same error? My rsnapshot also does not work anymore starting today.



    Thanks a lot for help!


    Regards

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!