sitecopy

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
Benutzeravatar
Voyager_MP
Beiträge: 628
Registriert: 22.06.2004 10:04:07
Wohnort: Aachen

sitecopy

Beitrag von Voyager_MP » 03.09.2004 16:38:12

Ich möchte mittes sitecopy unsere webpage mit einem mirror synchronisieren.

Primärer Webserver: webserver
Sekundärer Webserver: postman

ich bekomme folgende ausgabe
[root@webserver root]# sitecopy -u -o atecom
sitecopy: Updating site `atecom' (on ftp.atecom.net in /var/www/atecom/)
Creating ems/: failed:
550 Create directory operation failed.
Creating ibc/: failed:
550 Create directory operation failed.
Creating maya/: failed:
550 Create directory operation failed.
...
sitecopy: Errors occurred while updating the remote site.

.sitecopyrc (webserver)

Code: Alles auswählen

site atecom                                      # Projektname
         server ftp.atecom.net               # Der FTP Server für Up- und Downloads
         username USERNAME             # Username für FTP Zugriff
         password PASSWORD            # Passwort für FTP Zugriff
         remote /var/www/atecom         # Entferntes Verzeichnis (auf dem FTP Server)
         local /var/www/html/atecom     # Lokales Verzeichnis

auf dem FTP (Web) Server - Sekundär
root@postman:/var/www# ls -al | grep atecom
drwxr-xr-x 2 wwwadmin root 4096 Sep 3 15:28 atecom

auf dem FTP (Web) Server - Primär
[root@webserver html]# pwd ; ls -al | grep "atecom"
/var/www/html
drwxrwxr-x 10 wwwadmin apache 4096 Jul 27 08:42 atecom
Gruß Michel

Antworten