Tally 7.2 Google Drive -
Run the .bat file manually after closing Tally. Or, use Task Scheduler to run it every hour.
Result: Your Tally 7.2 data is safely stored on Google Drive, versioned, and accessible from any device. tally 7.2 google drive
Instead of working directly from Google Drive, work from your local C:\Tally72\Data. Then, create a batch script to copy files. Run the
@echo off
xcopy "C:\Tally72\Data\*.*" "G:\My Drive\Tally72_Backups\" /E /Y /D
echo Backup completed on %date% %time% >> G:\My Drive\Tally72_Backups\backup_log.txt
pause
If disaster strikes:
Before diving into the "how," let’s look at the "why." Tally 7.2 saves data in .900, .800, and .DAT files inside folders like \TALLY\DATA. By default, this data lives only on your local hard disk. Here is what Google Drive adds: Instead of working directly from Google Drive, work
