folders synchroniseren met login script

Pagina: 1
Acties:

  • mr_petit
  • Registratie: Oktober 2001
  • Laatst online: 23:28

mr_petit

opperprutser

Topicstarter
Ik wil via een login script (geen kix e.d.; alleen batch) een aantal (lokale) folders synchroniseren met een aantal folders op een w2k server.
Ik heb wel het programma'tje robocopy gevonden (wat die optie heeft), maar dat draait alleen op NT achtige werkstations, en ik zit hier met een mengelmoes van w98, w2k en wxp werkstations.
Is er een dergelijk (free/shareware) programma'tje wat zowel onder w9x als w2k draait? (voor zover ik weet kan xcopy dit nl. niet)

Ik kan het natuurlijk oplossen door del *.* copy *.*, maar erg efficient is dit natuurlijk niet

"man is not truly one, but truly two,"


Verwijderd

probeer dan eens te kijken op www.download32.com......of voer je programma in bij zoeksites....gerandeeerd dat je vind dat je zoekt

  • mr_petit
  • Registratie: Oktober 2001
  • Laatst online: 23:28

mr_petit

opperprutser

Topicstarter
ik heb al gegoogeld hoor! (en op download.com gezocht)

het enige dat ik kon vinden (wat voor mij toepasbaar was), was xxcopy, maar de freeware (of shareware) variant ondersteunt geen UNC paden. (niet zonder popup)
dus het is niet gegarandeerd dat ik vind wat ik zoek... :/

[ Voor 4% gewijzigd door mr_petit op 12-11-2003 11:33 ]

"man is not truly one, but truly two,"


  • Koffie
  • Registratie: Augustus 2000
  • Laatst online: 05-09 13:05

Koffie

Koffiebierbrouwer

Braaimeneer

Move NT > SA

Braaikamer - Smoke&BBQ


Verwijderd

http://www.samsoft.org.uk/tips/

Backup
To backup the contents of a folder, including any subfolders, to another location, while only copying files that have actually changed, use this command or place in a batch file for reuse.
XCOPY <SOURCE> <DESTINATION> /D/E/F/H/I/K
where <SOURCE> and <DESTINATION> are the paths of source and destination folders respectively. Place quotation marks around the paths if they contain any spaces. Source and destination paths can refer to local drives or network shares, e.g.
XCOPY "C:My Documents" \serverbackupsteve /D/E/F/H/I/K
will ensure that the server contains an up-to-date backup of all my documents.

http://www.webattack.com/Freeware/system/fwcprompt.shtml

FSync is a simple command line utility to synchronize two directories (sub-directories). It automatically ignores NTFS/FAT differences when comparing file date/time and only transfers files that have changed.


Leuk he? googelen?
O-)

[ Voor 22% gewijzigd door Verwijderd op 12-11-2003 13:39 ]


  • Master__R
  • Registratie: September 2002
  • Laatst online: 04-09 13:26
Via XXCOPY kan het ook maar dan moet je eerst ff net use gebruiken, zo doe ik het ook.

  • mr_petit
  • Registratie: Oktober 2001
  • Laatst online: 23:28

mr_petit

opperprutser

Topicstarter
Verwijderd schreef op 12 november 2003 @ 13:37:
http://www.samsoft.org.uk/tips/

Backup
To backup the contents of a folder, including any subfolders, to another location, while only copying files that have actually changed, use this command or place in a batch file for reuse.
XCOPY <SOURCE> <DESTINATION> /D/E/F/H/I/K
where <SOURCE> and <DESTINATION> are the paths of source and destination folders respectively. Place quotation marks around the paths if they contain any spaces. Source and destination paths can refer to local drives or network shares, e.g.
XCOPY "C:My Documents" \serverbackupsteve /D/E/F/H/I/K
will ensure that the server contains an up-to-date backup of all my documents.

http://www.webattack.com/Freeware/system/fwcprompt.shtml

FSync is a simple command line utility to synchronize two directories (sub-directories). It automatically ignores NTFS/FAT differences when comparing file date/time and only transfers files that have changed.


Leuk he? googelen?
O-)
Dat xcopy voorbeeld gaat niet op, aangezien dit voorbeeld (volgens mij) niet kan omgaan met bestanden die uit de 'parent folder' (op de server dus) zijn verwijderd, maar nog wel op een werkstation staan uit een vorige login (en dat is dus de kern van het probleem: er wordt niet echt gesynchroniseerd naar parent model, maar er wordt simpelweg gemirrord, en dat wil ik helemaal niet).
fsync zal ik eens proberen (die was ik nog niet tegengekomen....ik zal wel niet kunnen googelen :> )
Master__R schreef op 12 november 2003 @ 13:42:
Via XXCOPY kan het ook maar dan moet je eerst ff net use gebruiken, zo doe ik het ook.
ja, dit is ook een optie

"man is not truly one, but truly two,"

Pagina: 1