thibaultmol
Gebruiker
- Lid geworden
- 20 mrt 2008
- Berichten
- 72
hallo ,
ik heb onlangs een backup systeem geschreven in ms-dos ,
dit is de code:
@echo on
xcopy "C:\Users\thibault\Desktop\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\desktop\" /s /e /h /i
xcopy "C:\Users\thibault\Favorites\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\favorites\" /s /e /h /i
xcopy "C:\Users\thibault\Pictures\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\pictures\" /s /e /h /i
xcopy "C:\Users\thibault\Documents\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\documents\" /s /e /h /i
xcopy "C:\Users\thibault\Videos\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\videos\" /s /e /h /i
xcopy "C:\Users\thibault\Music\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\music\" /s /e /h /i
maar ik zou graag willen dat hij op het einde van de backup de mapnaam veranderd naar backup + de huidige tijd en datum
dit heb ik al:
RENAME \\TS-RXL6BC-1\share\thibault\backups\backup .......
graag een reactie a u b
groetjes thibault
ik heb onlangs een backup systeem geschreven in ms-dos ,
dit is de code:
@echo on
xcopy "C:\Users\thibault\Desktop\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\desktop\" /s /e /h /i
xcopy "C:\Users\thibault\Favorites\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\favorites\" /s /e /h /i
xcopy "C:\Users\thibault\Pictures\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\pictures\" /s /e /h /i
xcopy "C:\Users\thibault\Documents\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\documents\" /s /e /h /i
xcopy "C:\Users\thibault\Videos\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\videos\" /s /e /h /i
xcopy "C:\Users\thibault\Music\*.*" "\\TS-RXL6BC-1\share\thibault\backups\backup\music\" /s /e /h /i
maar ik zou graag willen dat hij op het einde van de backup de mapnaam veranderd naar backup + de huidige tijd en datum
dit heb ik al:
RENAME \\TS-RXL6BC-1\share\thibault\backups\backup .......
graag een reactie a u b
groetjes thibault