SlideShare a Scribd company logo
1 of 1
Download to read offline
C:Userspaulo.paimDocumentsScriptsSQL Server Backup.bat Tuesday, June 28, 2016 2:57 AM
::O comando a seguir faz backup do banco de dados com a data atual
::The following command make a backup from the databases with the actual date
SqlCmd -E -Q "BACKUP DATABASE Database1 TO
DISK='C:BackupDatabaseDatabase1_%date:~-10,2%%date:~-7,2%%date:~-4,4%.bak'"
SqlCmd -E -Q "BACKUP DATABASE Database2 TO
DISK='C:BackupDatabaseDatabase2_%date:~-10,2%%date:~-7,2%%date:~-4,4%.bak'"
::Compacta os backups para "data_atual.zip"
::Compress the backup's to "actual_date.zip"
"C:Program Files7-Zip7z.exe" a -tzip
C:BackupDatabase%date:~-10,2%%date:~-7,2%%date:~-4,4%.zip C:BackupDatabase*.bak
::Deleta todos os bak
::Erase all the .bak files
del D:BackupDatabase*.bak
::Sincroniza o .zip para o bucket no Amazon S3
::Sync the .zip file to the Amazon S3 bucket
"C:Program FilesAmazonAWSCLIaws.exe" s3 sync D:BackupDatabase s3://bucket --delete
--storage-class STANDARD_IA
::Deleta todos arquivos criados a mais de 7 dias
::Erase all files older then 7 days
forfiles /p C:BackupDatabase /s /d -7 /c "cmd /c del @path"
-1-

More Related Content

Viewers also liked

Viewers also liked (20)

Maximising your productivity
Maximising your productivityMaximising your productivity
Maximising your productivity
 
Juan manuel ponce díaz.jpg
Juan manuel ponce díaz.jpgJuan manuel ponce díaz.jpg
Juan manuel ponce díaz.jpg
 
Linux Shell (Expiry of Domain and Certificate)
Linux Shell (Expiry of Domain and Certificate)Linux Shell (Expiry of Domain and Certificate)
Linux Shell (Expiry of Domain and Certificate)
 
脱初心者! 経験は人狼力を向上させるのか? ~データから見るベテランの実力~
脱初心者!経験は人狼力を向上させるのか?~データから見るベテランの実力~脱初心者!経験は人狼力を向上させるのか?~データから見るベテランの実力~
脱初心者! 経験は人狼力を向上させるのか? ~データから見るベテランの実力~
 
Urban Boutique Apartments - Lançamento
Urban Boutique Apartments - LançamentoUrban Boutique Apartments - Lançamento
Urban Boutique Apartments - Lançamento
 
Treasure or Trash? Helping students distinguish online gold from online guff
Treasure or Trash? Helping students distinguish online gold from online guffTreasure or Trash? Helping students distinguish online gold from online guff
Treasure or Trash? Helping students distinguish online gold from online guff
 
Ipsos MORI's initial view on polls accuracy in the UK's 2015 election
Ipsos MORI's initial view on polls accuracy in the UK's 2015 electionIpsos MORI's initial view on polls accuracy in the UK's 2015 election
Ipsos MORI's initial view on polls accuracy in the UK's 2015 election
 
Calcio copertura posizione_allunghi veloci_sponde
Calcio copertura posizione_allunghi veloci_spondeCalcio copertura posizione_allunghi veloci_sponde
Calcio copertura posizione_allunghi veloci_sponde
 
Improving the public's health infographics
Improving the public's health infographicsImproving the public's health infographics
Improving the public's health infographics
 
経営のアジリティを支えるDevOpsと組織
経営のアジリティを支えるDevOpsと組織経営のアジリティを支えるDevOpsと組織
経営のアジリティを支えるDevOpsと組織
 
Edge Web Technologies and Browser Vendors (Updated on 2016/09/06)
Edge Web Technologies and Browser Vendors (Updated on 2016/09/06)Edge Web Technologies and Browser Vendors (Updated on 2016/09/06)
Edge Web Technologies and Browser Vendors (Updated on 2016/09/06)
 
Bart Beasley Custom Builders: 2809 Middle St.
Bart Beasley Custom Builders: 2809 Middle St.Bart Beasley Custom Builders: 2809 Middle St.
Bart Beasley Custom Builders: 2809 Middle St.
 
Dosificacion de hormigones
Dosificacion de hormigonesDosificacion de hormigones
Dosificacion de hormigones
 
Conquering Complexity: Mindset & Tools for Growing Public Design Capability &...
Conquering Complexity: Mindset & Tools for Growing Public Design Capability &...Conquering Complexity: Mindset & Tools for Growing Public Design Capability &...
Conquering Complexity: Mindset & Tools for Growing Public Design Capability &...
 
Living on the Edge (Service) - Mark Heckler - Codemotion Amsterdam 2016
Living on the Edge (Service) - Mark Heckler - Codemotion Amsterdam 2016Living on the Edge (Service) - Mark Heckler - Codemotion Amsterdam 2016
Living on the Edge (Service) - Mark Heckler - Codemotion Amsterdam 2016
 
Merryn Gott ANZSPM 2016 costs of care
Merryn Gott ANZSPM 2016 costs of careMerryn Gott ANZSPM 2016 costs of care
Merryn Gott ANZSPM 2016 costs of care
 
Portland Science Hack Day: Open Source Hardware
Portland Science Hack Day: Open Source HardwarePortland Science Hack Day: Open Source Hardware
Portland Science Hack Day: Open Source Hardware
 
CUNA Compensation Trends
CUNA Compensation TrendsCUNA Compensation Trends
CUNA Compensation Trends
 
프로그래머에게 사랑받는 게임 기획서 작성법
프로그래머에게 사랑받는 게임 기획서 작성법프로그래머에게 사랑받는 게임 기획서 작성법
프로그래머에게 사랑받는 게임 기획서 작성법
 
Reactive Stream Processing with Mantis
Reactive Stream Processing with MantisReactive Stream Processing with Mantis
Reactive Stream Processing with Mantis
 

Similar to SQL Server Express Script Backup

How we setup Rsync-powered Incremental Backups
How we setup Rsync-powered Incremental BackupsHow we setup Rsync-powered Incremental Backups
How we setup Rsync-powered Incremental Backups
nicholaspaun
 
Create manula and automaticly database
Create manula and automaticly databaseCreate manula and automaticly database
Create manula and automaticly database
Anar Godjaev
 
All types of backups and restore
All types of backups and restoreAll types of backups and restore
All types of backups and restore
Vasudeva Rao
 
Railsconf2011 deployment tips_for_slideshare
Railsconf2011 deployment tips_for_slideshareRailsconf2011 deployment tips_for_slideshare
Railsconf2011 deployment tips_for_slideshare
tomcopeland
 
Colvin RMAN New Features
Colvin RMAN New FeaturesColvin RMAN New Features
Colvin RMAN New Features
Enkitec
 

Similar to SQL Server Express Script Backup (20)

How we setup Rsync-powered Incremental Backups
How we setup Rsync-powered Incremental BackupsHow we setup Rsync-powered Incremental Backups
How we setup Rsync-powered Incremental Backups
 
Open Source Backup Conference 2014: Workshop bareos introduction, by Philipp ...
Open Source Backup Conference 2014: Workshop bareos introduction, by Philipp ...Open Source Backup Conference 2014: Workshop bareos introduction, by Philipp ...
Open Source Backup Conference 2014: Workshop bareos introduction, by Philipp ...
 
Backups
BackupsBackups
Backups
 
PECL Picks - Extensions to make your life better
PECL Picks - Extensions to make your life betterPECL Picks - Extensions to make your life better
PECL Picks - Extensions to make your life better
 
Big Data on DC/OS
Big Data on DC/OSBig Data on DC/OS
Big Data on DC/OS
 
A Step-By-Step Disaster Recovery Blueprint & Best Practices for Your NetBacku...
A Step-By-Step Disaster Recovery Blueprint & Best Practices for Your NetBacku...A Step-By-Step Disaster Recovery Blueprint & Best Practices for Your NetBacku...
A Step-By-Step Disaster Recovery Blueprint & Best Practices for Your NetBacku...
 
Create manula and automaticly database
Create manula and automaticly databaseCreate manula and automaticly database
Create manula and automaticly database
 
Upgrade & ndmp
Upgrade & ndmpUpgrade & ndmp
Upgrade & ndmp
 
Knex Postgresql Migration
Knex Postgresql MigrationKnex Postgresql Migration
Knex Postgresql Migration
 
All types of backups and restore
All types of backups and restoreAll types of backups and restore
All types of backups and restore
 
Railsconf2011 deployment tips_for_slideshare
Railsconf2011 deployment tips_for_slideshareRailsconf2011 deployment tips_for_slideshare
Railsconf2011 deployment tips_for_slideshare
 
Puppet Camp 2012
Puppet Camp 2012Puppet Camp 2012
Puppet Camp 2012
 
Setuplog
SetuplogSetuplog
Setuplog
 
Colvin RMAN New Features
Colvin RMAN New FeaturesColvin RMAN New Features
Colvin RMAN New Features
 
My two cents about Mysql backup
My two cents about Mysql backupMy two cents about Mysql backup
My two cents about Mysql backup
 
Why and How Powershell will rule the Command Line - Barcamp LA 4
Why and How Powershell will rule the Command Line - Barcamp LA 4Why and How Powershell will rule the Command Line - Barcamp LA 4
Why and How Powershell will rule the Command Line - Barcamp LA 4
 
Vancouver presentation
Vancouver presentationVancouver presentation
Vancouver presentation
 
Techniques for Preserving Scientific Software Executions: Preserve the Mess o...
Techniques for Preserving Scientific Software Executions: Preserve the Mess o...Techniques for Preserving Scientific Software Executions: Preserve the Mess o...
Techniques for Preserving Scientific Software Executions: Preserve the Mess o...
 
MeaNstack on Docker
MeaNstack on DockerMeaNstack on Docker
MeaNstack on Docker
 
파이썬 개발환경 구성하기의 끝판왕 - Docker Compose
파이썬 개발환경 구성하기의 끝판왕 - Docker Compose파이썬 개발환경 구성하기의 끝판왕 - Docker Compose
파이썬 개발환경 구성하기의 끝판왕 - Docker Compose
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Recently uploaded (20)

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

SQL Server Express Script Backup

  • 1. C:Userspaulo.paimDocumentsScriptsSQL Server Backup.bat Tuesday, June 28, 2016 2:57 AM ::O comando a seguir faz backup do banco de dados com a data atual ::The following command make a backup from the databases with the actual date SqlCmd -E -Q "BACKUP DATABASE Database1 TO DISK='C:BackupDatabaseDatabase1_%date:~-10,2%%date:~-7,2%%date:~-4,4%.bak'" SqlCmd -E -Q "BACKUP DATABASE Database2 TO DISK='C:BackupDatabaseDatabase2_%date:~-10,2%%date:~-7,2%%date:~-4,4%.bak'" ::Compacta os backups para "data_atual.zip" ::Compress the backup's to "actual_date.zip" "C:Program Files7-Zip7z.exe" a -tzip C:BackupDatabase%date:~-10,2%%date:~-7,2%%date:~-4,4%.zip C:BackupDatabase*.bak ::Deleta todos os bak ::Erase all the .bak files del D:BackupDatabase*.bak ::Sincroniza o .zip para o bucket no Amazon S3 ::Sync the .zip file to the Amazon S3 bucket "C:Program FilesAmazonAWSCLIaws.exe" s3 sync D:BackupDatabase s3://bucket --delete --storage-class STANDARD_IA ::Deleta todos arquivos criados a mais de 7 dias ::Erase all files older then 7 days forfiles /p C:BackupDatabase /s /d -7 /c "cmd /c del @path" -1-