Hallo!
Ich hoffe, dass ich hier richtig mit meiner Anfrage bin, auch wenn es bei mir nicht um ein Backup vom Server auf Lokal oder auf einen anderen Server geht, sondern quasi um ein Backup / Upload von Lokal auf den Server.
Die Sache ist die, dass ich lokal meine Software entwickele (per WAMP) und 1-2 mal am Tag wird das Live-System auf dem Server aktualisiert. Immer per Filezilla in den Ordnern hin und herzuspringen und die passenden Dateien auszuwählen und hochzuladen ist aber sehr mühselig.
Deshalb bin ich auf der Suche nach einem FTP-Programm, welches die geänderten Dateien in einem Ordner automatisch erkennt und nur diese hochlädt. Filezilla kann dies ja meines Wissens nach leider nicht.
Es handelt sich übrigens um knapp 4000 Dateien in 300 Ordnern, weshalb dies recht schnell gehen muss.
Kennt hier jemand von euch derartige Tools?
Grüße, cleanup
Tools für inkrementellen Upload auf Server (automatisch)?
-
- Posts: 6
- Joined: 2006-06-22 15:14
-
- Project Manager
- Posts: 11183
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Tools für inkrementellen Upload auf Server (automatisch)?
rsync
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
-
- Posts: 6
- Joined: 2006-06-22 15:14
Re: Tools für inkrementellen Upload auf Server (automatisch)?
Danke für den Tipp. Werde mir jetzt mal die Infos unter http://www.gaztronics.net/rsync.php anlesen (entwickelt wird unter Windows, wo ja rsync erstmal nicht vorhanden ist).
-
- Posts: 9
- Joined: 2005-04-12 12:21
Re: Tools für inkrementellen Upload auf Server (automatisch)?
AFAIK sollte CVS/SVN das auch ermöglichen - und ist eben grade für Versionung gedacht.
-
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: Tools für inkrementellen Upload auf Server (automatisch)?
Wobei CVS überhaupt nicht mit Binärdaten zurecht kommt. Und der Overhead durch ein VCS ist auch nicht zu unterschätzen. Ich würde soetwas maxmimal für die Sicherung/Versionierung von /etc einsetzen. Für alles andere gibt es bessere Lösungen, wie etwa das genannte rsync.
-
- Posts: 923
- Joined: 2003-08-20 11:30
- Location: Pittsburgh, PA, USA
Re: Tools für inkrementellen Upload auf Server (automatisch)?
Was auch ganz gut geht ist der FTP Export von Eclipse. Eigentlich sollte jede besser IDE die entsprechende Funktionalitaet anbieten.
-
- Project Manager
- Posts: 11183
- Joined: 2003-02-27 01:00
- Location: Hamburg
Re: Tools für inkrementellen Upload auf Server (automatisch)?
FTP kann heutzutage doch schon jeder halbwegs vernünftige Texteditor...
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.