

# path to FuseIT software $appPath = " C:\Program Files (x86)\FuseIT SFDC Explorer\" # path to CLI tool $forcePath = " C:\Program Files\Force CLI\force.exe" # - # Configuration is above execution below. # the script assumes outside email - may be different for local mail server # server name ex: $SMTPServer = " " # login id for smtp server $SMTPlogin=" # password for smtp server $SMTPpass=" email password" # following are where the two software tools are installed on your system # salesforce login $u = " # salesforce password $p = " Salesforce password" # salesforce security token $t = " Salesforce security token" # folder where backups should be stored $f = " C:\Backups\Backup Folder Name" # following configure sending status emails. I recommend using the Windows PowerShell ISE to tune and test your script.

Once created the requesting user receives an email that the files are ready and will be downloadable for 48 hours, after which they’re deleted. A Salesforce data backup strategy is a key pillar to secure your data and make your systems fail-proof.
#Salesforce data backup full#
Salesforce can automatically generate full data backups on a weekly or monthly basis.
