How to Import Export Entire Sites on Tableau Server
REM Set the Path for access to tabadmin
SET PATH=%PATH%;C:\Program Files\Tableau\Tableau Server\10.1\bin;
REM Export the site, Use "" for the default site
tabadmin exportsite MySiteName --file "C:\Temp\Site.MySiteName.zip"
REM Import the site, Use "" for the default site
tabadmin importsite AnotherorSameSiteName --file "C:\Temp\Site.MySiteName.zip" --no-verify
Ещё видео!