Deploy Backup and Sync in your organization to synchronize local files to Drive on the web, making them available on all your devices. Backup and Sync is the latest Drive sync client. (The earlier version, Drive for Mac/PC, is no longer supported. It will begin to shut down for some domains starting on May 12, 2018. The shut down process will roll out gradually.)
Note: We recommend using Drive File Stream to access My Drive and Team Drives on your computer while using less disk space. Backup and Sync doesn’t support Team Drives, but you can use it along with Drive File Stream to sync other folders with Drive, such as Documents and Desktop. Compare sync solutions.
This article is for administrators in an organization. If you’re using Drive with a work or school account, your admin may install a sync solution for you, or ask you to install a particular application yourself. If you want to install Backup and Sync for your personal account, see Back up & sync files with Drive.
How it works
When you install Backup and Sync, it creates a folder on your computer named Google Drive. Anything you put in this folder syncs with a folder named My Drive in Drive on the web, and becomes available on all your Drive devices. This is a 2-way sync, so changes you make online are reflected on all your devices, and vice-versa. Learn more about syncing files.
With Backup and Sync, you can also:
- Sync other folders on your computer, such as Documents or Desktop
- Sync USB devices and SD cards
- Back up your photos and videos to Google Photos
Install or deploy Backup and Sync
- Verify that the Drive system requirements work for your organization.
- If you haven’t already done so, turn on sync for your organization. Make sure to allow Backup and Sync and specify whether users can see Backup and Sync download links.
- Install Backup and Sync on each user’s computer using one of these options:
- Let each user install Backup and Sync on their own machine.
DOWNLOAD NOWNote: Backup and Sync respects all administrator controls you’ve previously set for Google Drive for Mac/PC, and vice-versa.
- Push the appropriate Backup and Sync .msi file, 32 bit or 64 bit, to your users. You can use this option for a silent, unattended installation. See your Windows documentation to learn how to install .msi files.
- You can also use Google Update (Windows) or Google Software Update (Mac) to control whether Backup and Sync is automatically updated on your users’ computers.
Note: If users have problems installing Backup and Sync, they should restart their computers, then try again.
- Let each user install Backup and Sync on their own machine.
- Send your users an email letting them know about Drive and how they can get started. We provide a template email that you can copy and modify to suit your organization’s needs.
Note: If users have problems synchronizing files, they should try reinstalling Backup and Sync.
Customize default user settings
If desired, you can customize the default Backup and Sync settings for your users.
- Create a plain text file named
user_setup.config
. Example content:
[Computers]
desktop_enabled: False
documents_enabled: False
pictures_enabled: False
folders: /path/to/folder1, /path/to/folder2, /path/to/folder3
high_quality_enabled: False
always_show_in_photos: False
usb_sync_enabled: True
ignore_extensions: ext1, ext2, ext3
# Delete mode can be: ALWAYS_SYNC_DELETES, ASK, NEVER_SYNC_DELETES
delete_mode: ALWAYS_SYNC_DELETES[MyDrive]
folder: /path/to/google_drive
my_drive_enabled: True[Settings]
autolaunch: True
show_overlays: False[Network]
download_bandwidth: 100
upload_bandwidth: 200
use_direct_connection: False - Customize the file for your organization.
- Deploy the config file to this location:
- Mac:
~/Library/Application Support/Google/Drive/user_default
- Windows:
%UserProfile%\AppData\Local\Google\Drive\user_default
- Mac:
courtesy by google.com