In backup option, following screen will be displayed. Source and Destination. Source is your actual data where your tally data is available and Destination is a place where you want to copy the data. Destination may be floppy or any computer drive.
Backup file is stored like as TBK900.001 in D:\backup\Dec3108. With the help of backup , everyone can save his books for further use.
In the other way we can take backup of tally to save folder c:\tally\data at another place. A batch file can also be created for taking backup which detail is given as under:
How to Create Batch File
Open Notepad through below path
Start>All Programmes> Accessories >Notepad
and type below command
xcopy C:\Tally\data\*.* d:\backup\tally\*.* /S /y
c:\tally\tally72.exe
Now, save file using Save As option under File option as shown in below picture
Backup.bat file can be stored in any where either at you desktop or any computer drive etc. Before running tally in a day and running well tally data, it should be pressed on daily basis. You can also alter Path in batch file as per your convenience.
In case you feel any problem in creating batch file, download this file for your easiness.
Backup.bat in Zip File.
Extract backup.zip file and use backup.bat file.