How to backup your word, excel data in two peer to peer network computer.
to backup your files create one job folder in node 1 computer and create backup-job folder in another computer node2 computer.
then share backup-job folder on node2
create one batch file at command prompt with following command lines.
copy con backup.bat
cd\
c:\
cd job
xcopy copy *.* x:\. /v /s /d
cls
Press Control + C to end this batch file.