Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Try Auth0 for Free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Make multiple types of symbolic links from the context menu.
mkLink creates multiple types of symbolic links. Specifically, it simplifies the use of creating symbolic links by providing a GUI interface and access from the context menu. Normally advanced symbolic links, such as Hard Links and Directory Junctions can only be created through the command prompt.
The following symbolic links can be created with mkLink
Program to create symlinks. Provides the CMD command as well.
Just a small application I made to simplify the process of creating symbolic and hard links in Windows 7 and Windows 8 (likely Vista too). It is a GUI for the MKLINK command in Windows, which makes creating the links much easier.
The program requires administrator permissions due to use of the command prompt, so you should run it as an administrator if you experience any problems.
Note: It is not possible to create a hard link from a network share. You must use a symbolic link instead.
...
...For that you need to place Dropbox directory on same drive as the where the SC2 bank files are created, then just make a junction:
Code:
c:\Users\user1\Dropbox\SaveGameBackup>mklink /J StarCraft2Banks "c:\Users\user1\Documents\StarCr
aft II\Accounts"
Junction created for StarCraft2Banks <<===>> c:\Users\user1\Documents\StarCraft II\Accounts
c:\Users\user1\Dropbox\SaveGameBackup>
Powershell script that uses Robocopy and Hardlinks for creating backup snapshots on local partitions (NTFS) or remote shares (NTFS, Samba) just like the famous Rsnapshot