Download and install from the official Google website.

Configure the TDL to save backups to your Google Drive folder.

Integrating Tally 7.2 with Google Drive is an excellent, cost-effective way to modernize a legacy workflow. It eliminates the daily anxiety of losing financial records to an unexpected computer failure while keeping your preferred accounting environment intact. By setting up the sync correctly and ensuring only one person edits files at a time, your financial data will remain secure, organized, and accessible. If you want to customize this cloud setup, let me know: How many need access to this Tally data? Are your computers running on Windows 10 or Windows 11 ?

However, Tally 7.2 has one major flaw: it was released in an era before cloud computing. It lacks native cloud backup, auto-synchronization, or remote access. This is where enters the picture.

This guide explains how to sync your Tally 7.2 data with Google Drive, automate your backup workflow, and manage the risks of using legacy software on modern operating systems. Understanding Tally 7.2 Data Architecture

What runs your Tally 7.2? (e.g., Windows 7, 10, or 11) Do multiple users need access to this data, or just one?

You cannot run Tally 7.2 simultaneously from two locations on the same Google Drive folder – this will cause a data mismatch error.

Syncing your data to Google Drive provides three critical benefits:

When Tally 7.2 is actively open, it constantly reads and writes to its data files. If Google Drive attempts to sync a file at the exact millisecond Tally is writing to it, the sync may fail, or the file may lock up.

@echo off :: Prevent file conflicts by closing Tally first taskkill /f /im tally72.exe :: Create a timestamped folder name set backupfldr=%date:~10,4%-%date:~4,2%-%date:~7,2% :: Copy data to your local Google Drive folder xcopy "C:\Tally72\Data" "G:\My Drive\TallyBackups\%backupfldr%" /s /i /y echo Tally 7.2 Data successfully backed up to Google Drive! pause Use code with caution. Step 2: Save and Run

Scroll to Top