AllSync und Wake On Lan

Deutscher Support für die Software AllSync
Post Reply
callibsoffm
Posts: 23
Joined: 12 Nov 2015, 00:38

AllSync und Wake On Lan

Post by callibsoffm »

Hallo,

bei mir speichert AllSync die Daten auf einem Netzwerkserver. Dieser befindet sich im Energiesparmodus.

Ist es möglich, dass AllSync ein Wake on Lan an den Server sendet bevor es mit der Synchronisation beginn?

Gruß

Alexander
Administrator
Site Admin
Posts: 4047
Joined: 04 Oct 2004, 18:38
Location: Thailand
Contact:

Re: AllSync und Wake On Lan

Post by Administrator »

Verwenden Sie hierfür die Freeware Wake On LAN Command Line Tool (http://www.allsync.de/hilfe/t_fremdtools.php#a24) welches Sie in den Profileigenschaften unter "Extern->Prg. starten" integrieren können.
callibsoffm
Posts: 23
Joined: 12 Nov 2015, 00:38

Re: AllSync und Wake On Lan

Post by callibsoffm »

Vielen Dank, ich wusste nicht, dass man hierzu den Experten Modus aktivieren muss.

Gruß und schönes WE

Alexander
callibsoffm
Posts: 23
Joined: 12 Nov 2015, 00:38

Re: AllSync und Wake On Lan

Post by callibsoffm »

Hallo,

jetzt habe ich doch noch ein Problem bzgl. WOL:

Die Batch Datei erzeugt einen Fehler wenn sie vonn AllSync vor dem Kopiervorgang gestartet werden soll. Die WOLcmd.exe allein zu starten bringt nichts. Wie wende ich denn das Tool korrekt an?

Danke

Alexander
Administrator
Site Admin
Posts: 4047
Joined: 04 Oct 2004, 18:38
Location: Thailand
Contact:

Re: AllSync und Wake On Lan

Post by Administrator »

EXIT 0 am Ende der Batch sollte helfen:

Code: Select all

Quits the CMD.EXE program (command interpreter) or the current batch
script.

EXIT [/B] [exitCode]

  /B          specifies to exit the current batch script instead of
              CMD.EXE.  If executed from outside a batch script, it
              will quit CMD.EXE

  exitCode    specifies a numeric number.  if /B is specified, sets
              ERRORLEVEL that number.  If quitting CMD.EXE, sets the process
              exit code with that number.
callibsoffm
Posts: 23
Joined: 12 Nov 2015, 00:38

Re: AllSync und Wake On Lan

Post by callibsoffm »

Jetzt scheint es zu funktionieren.

Danke
callibsoffm
Posts: 23
Joined: 12 Nov 2015, 00:38

Re: AllSync und Wake On Lan

Post by callibsoffm »

Gibt es eine Möglichkeit, den Programmstart nach Ende von WOL noch eine gewisse Zeit zu verzögern? Der Server braucht um 10 Sekunden nach Aufwachen bis er erreichbar ist.
Administrator
Site Admin
Posts: 4047
Joined: 04 Oct 2004, 18:38
Location: Thailand
Contact:

Re: AllSync und Wake On Lan

Post by Administrator »

Entweder in der Batch den Delay-Befehl (http://www.allsync.de/hilfe/t_fremdtools.php#a5) nutzen oder
ein VB-Skript estellen, welches solange wartet bis der Server erreichbar ist.
Siehe VB-Skript "CheckDestinationFolder.vbs" als Anhaltspunkt welches bei der AllSync-Installation mitgeliefert wird.
Post Reply