Skip to content

Backup all Salesforce metadata in an organization

Notifications You must be signed in to change notification settings

mattandneil/metadata-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Metadata Backup - Ant Script

This macro will backup all metadata from an organization.

  • Includes stubs for global components in managed packages
  • Bulk retrieves when more than 10000 components
  • Supports org sizes exceeding 50MB

Usage: (paste the macrodef XML into your build file)

<target name="backup">
    <backup
        username="${sf.username}"
        password="${sf.password}"
        serverurl="${sf.serverurl}"
    />
</target>

About

Backup all Salesforce metadata in an organization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published