No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Start 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.
Create a single adb backup for each app /sd and inform of missing apks
This project consists of two shell scrips.
One splits an adb backup into several ones by app name extracting the contents of the tars to a temporal folder and then re-taring everything to get the individual ab for each android app.
The other shellscript uses Tar Binary Splitter to divide the main tar inside the adb backup without extracting anything from the tar, so is by far the best method.
The utility sfxcompress is a bash script used to pack and encrypt the current directory on a self-extracting file. It also includes the calculation of the MD5 function to check if the compressed file is correct.
A small ruby script that provides an easy and highly configurable interface for Rsync and Tar. It features incremental backup with compressed option and mail support.
Hedge is a simple, easy-to-use backup script.
It makes a compressed, encrypted tarball, either full or differential-by-date and sends it to one or more remote hosts via ssh. It sends you a report, and cleans up old backup images.
A shellscript which determines by brute force the best compression format (bzip2, gzip, Z, zip, etc.) and which compression level to use in order to archive a file the smallest possible.
split.pl is a file splitter for large files. When it splits a file it also creates a shellscript and DOS batch file to recreate the original file with its original name. It comes with a companion script, join.pl, to reassemble file fragments.