Git Product home page Git Product logo

Comments (8)

grufocom avatar grufocom commented on August 20, 2024

Hi,

"local destination" is for local attached hard disks.
"shared folder" is for a network location - your nfs mount is a "shared folder" in veeam terms. ;-)

with that setting (shared folder) your backup should run and the info mail will arrive.
at the moment vee-mail does not work with local destinations, I'm thinking of integrating it.

from vee-mail.

grufocom avatar grufocom commented on August 20, 2024

could you please try the version 0.5.13 which I just uploaded - it should also work with local device setting!

from vee-mail.

KlugFR avatar KlugFR commented on August 20, 2024

Hi.

Backup went well (from "local storage" to "shared folder").

I've juste deployed the new version of the script, no more error (after re-configuring veeam-agent with the "local storage").
Here with debug on:

STARTTIME: 1597100401, ENDTIME: 1597100905, STATE: 6, JOBID: {b6a58b77-1a3d-49ff-8231-e2958e0620a7}
DETAILS: <ProgressDetails total_size="2276325326848" total_used_size="675263016960" processed_data_size_bytes="675264065536" read_data_size_bytes="2672820224" transferred_data_size_bytes="1018803323" processing_speed="6919725" source_read_load="87" source_processing_load="12" network_load="0" target_write_load="13" network_throttling_enabled="false" repository_throttling_enabled="false" />
TARGET: , FST: , LOGIN: , DOMAIN:

However, I'm switching to the correct Veeam setup (shared folder).

from vee-mail.

grufocom avatar grufocom commented on August 20, 2024

thanks for testing and reporting back!

from vee-mail.

KlugFR avatar KlugFR commented on August 20, 2024

You might want to reopen this one: since the new version, no more email is sent.

Line 125 should be:
if [ !"$1" == "--bg" ]; then
while it's currently:
if [ ! "$1" == "--bg" ]; then

Something added a space after the !, as a result the program exists (and no mail sent).

from vee-mail.

grufocom avatar grufocom commented on August 20, 2024

The space after the "!" has always been there, that is not the reason why you haven't got an email.
At linie 125 the scripts checks if it's started in background-mode, and if not so it restarts itself in background mode. Then it waits 30 seconds before trying to send an email.
So maybe you have just waited not long enough?! :-)
Please check that, after that exit the script should run in background - use "ps -ef|grep vee-mail.sh" to see if it is still running.

from vee-mail.

KlugFR avatar KlugFR commented on August 20, 2024

Oups.

It does work, sorry 8-)

I've tried again, the script relaunches in background-mode and I eventually get my mail.

root@new-files:~# ps aux |grep vee
root      1180  0.0  0.7 1229972 124192 ?      Sl   Jul24   7:21 /usr/sbin/veeamservice --daemonize --pidfile=/var/run/veeamservice.pid
root      1817  0.0  0.0  11592  3096 pts/0    S    15:18   0:00 /bin/bash /opt/vee-mail/vee-mail.sh --bg
root      1862  0.0  0.0  13132   968 pts/0    S+   15:19   0:00 grep --color=auto vee
root      6762  0.0  0.0      0     0 ?        S    Jul24   0:03 [veeamsnap_log]

I guess I was too impatient.

The mail contains all the data (including the NFS mountpoint size) as soon as I unmount the mount I was using until then.

Thanks a lot.

from vee-mail.

grufocom avatar grufocom commented on August 20, 2024

great that it works now, i hope you enjoy this little script! :-)

from vee-mail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.