PC Review


Reply
Thread Tools Rate Thread

Backup by smtp-service

 
 
Sebastian
Guest
Posts: n/a
 
      4th Oct 2009
Hello!

I'm short before a mental crash.

Try to get solution for backing up a directory for hours now.


My idea was, to backup the content of a directory one time a day
(possibly incremental (and perhaps also packed)) and send it to an
e-mail-address.

I use Windows XP Proffesionell and have installed the "smtp-service".


How can I manage do do that?



Hallo!

Bin gerade halb am Verzweifeln.

Versuche jetzt schon einige Stunden, zu einer Lösung für das Backup
eines Verzeichnisses zu kommen.


Meine Idee war, den Inhalt des Verzeichnisses einmal täglich
(möglicherweise als inkrementelles Backup (möglicherweise auch gepackt))
automatisch als E-Mail zu versenden.


Ich verwende Windows XP Professionell und habe den "SMTP-Dienst"
intstalliert.


Wie mache ich das?
 
Reply With Quote
 
 
 
 
Anteaus
Guest
Posts: n/a
 
      9th Oct 2009

The SMTP service is one half of the equation. You need a small SMTP client
to attach the file to an email, MIME encode it, and perform the handshake
with the SMTP server.

Blat.exe may be suitable, this is available from several freeware sites. We
have used this successfully to send backup logs.

http://www.blat.net

Alternatively, AutoIt has a library function called _INetSmtpMail() which
does this kind of thing:

http://www.autoitscript.com/autoit3/...etSmtpMail.htm

You would need to read the data and encode it into the $as_Body string.

Disadvantage in either case is that email is not an efficient way of sending
large amounts of data, an encoded attachment being far larger than the
original file. If it's more then a few MB you would be better looking at FTP.

"Sebastian" wrote:

> Hello!
>
> I'm short before a mental crash.
>
> Try to get solution for backing up a directory for hours now.
>
>
> My idea was, to backup the content of a directory one time a day
> (possibly incremental (and perhaps also packed)) and send it to an
> e-mail-address.
>
> I use Windows XP Proffesionell and have installed the "smtp-service".
>
>
> How can I manage do do that?
>
>
>
> Hallo!
>
> Bin gerade halb am Verzweifeln.
>
> Versuche jetzt schon einige Stunden, zu einer Lösung für das Backup
> eines Verzeichnisses zu kommen.
>
>
> Meine Idee war, den Inhalt des Verzeichnisses einmal täglich
> (möglicherweise als inkrementelles Backup (möglicherweise auch gepackt))
> automatisch als E-Mail zu versenden.
>
>
> Ich verwende Windows XP Professionell und habe den "SMTP-Dienst"
> intstalliert.
>
>
> Wie mache ich das?
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup by smtp-service Sebastian Windows XP Help 5 6th Oct 2009 05:49 AM
RFC 3207 (SMTP Service Extension for Secure SMTP over Transport Layer Security) - materials Piotrek Microsoft Windows 2000 Networking 0 26th Apr 2005 08:31 AM
SMTP Service Ed Microsoft Windows 2000 2 26th Feb 2004 07:59 AM
smtp service running but cant start SMTP Virtual Server ? scott Microsoft Windows 2000 1 24th Feb 2004 10:46 AM
SMTP Service Bernie Windows XP General 1 6th Nov 2003 06:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:59 PM.