90530
Goto Top

Robocopy erzeugt einen versteckten Systemordner

Ich sichere bei meinem Server die Festplatte d: auf eine NDAS mit Laufwerk e:


robocopy.exe d: e: /MIR /COPY:DAT /DCOPY:T /R:0 /X /V /TS /FP /NP /ETA /TEE > "c:\robo.txt"
ist ok, Hauptordner wird sichtbar angeziegt

Problem:
Wenn ich aber die Variable %date% eingebe wird der Ordner auf e: als versteckter Sytemordner angelegt
robocopy.exe d: e:\%date% /MIR /COPY:DAT /DCOPY:T /R:0 /X /V /TS /FP /NP /ETA /TEE > "c:\robo.txt"

Wie kann ich sicherstellen, dass der Datumsordner sichtbar angezeigt wird?

Content-ID: 180319

Url: https://administrator.de/forum/robocopy-erzeugt-einen-versteckten-systemordner-180319.html

Ausgedruckt am: 22.04.2025 um 18:04 Uhr

bastla
bastla 09.02.2012 um 18:24:09 Uhr
Goto Top
Hallo termito!

Versuch's doch mal mit
robocopy.exe d: e:\%date:.=_% /MIR /COPY:DAT /DCOPY:T /R:0 /X /V /TS /FP /NP /ETA /TEE > "c:\robo.txt"
Grüße
bastla
90530
90530 09.02.2012 um 20:29:29 Uhr
Goto Top
Hi bstla immer noch gleiches Problem
60730
60730 09.02.2012 um 21:42:55 Uhr
Goto Top
salve,

  • welches Robocopy?
dcopy kommt mir spanisch vor....

Und dann gibts immer einen Weg, wie es immer geht...
md e:\%date%
cd /d e:\%date%
robocopy.exe d: e: usw usf

Wobei mir der MIR Befehl in einem Ordner %date% etwas russisch vorkommt.....
90530
90530 09.02.2012 um 22:21:29 Uhr
Goto Top
serges,

ich habe jetzt alles mögliche ausprobiert. Es scheint ein Problem von robocopy zu sein. Ich nutze Version XP027.

robocopy macht den Zielordner versteckt.
Habe jetzt Ordner e:\backup manuell erstellt und dann folgendes eingegeben
robocopy.exe d: e:\backup /MIR /COPY:DAT /R:1 /X /V /TS /FP /NP /ETA /TEE /MT:8 > "c:\robo.txt"

Sobald robocopy startet wird der Ordner hier "backup" versteckt
Skyemugen
Skyemugen 10.02.2012 um 08:18:18 Uhr
Goto Top
Aloha,

T-Mo kommt es spanisch vor, hola dcopy, meine XP010 Version kennt diese Befehlsoption auch nicht, teste doch mal mit einer anderen Robocopy-Version.

greetz André
90530
90530 29.11.2014 um 06:58:54 Uhr
Goto Top
Schalter /A-:H macht das Backup sichtbar