summaryrefslogtreecommitdiff
path: root/README.rst
blob: 547aba4fc1fbba8cddd58f55d5960cc4ecd04400 (plain)
    1 ======
    2 README
    3 ======
    4 
    5 Andbackup is a basic Android application (or package) backup and restore
    6 script. It can backup a single application, or a list of applications provided
    7 in a text file (one application name per line). It can do the same for
    8 application restore.
    9 
   10 **NOTE**: The andbackup.sh script requires root to run.
   11 
   12 
   13 Usage
   14 =====
   15 
   16 ::
   17 
   18   sh andbackup.sh <action> [<application_name>] [<list_file>]
   19 
   20 
   21 Example Usage
   22 =============
   23 
   24 Perform bulk backup from application list in file *apps.txt*::
   25 
   26   sh andbackup.sh listbackup apps.txt
   27 
   28 
   29 Backup a single app (K9 mail for this example)::
   30 
   31   sh andbackup.sh backup com.fsck.k9
   32 
   33 
   34 Restore a single app (again, K9 mail in this example)::
   35 
   36   sh andbackup.sh restore com.fsck.k9
   37 
   38 
   39 Perform bulk restore from application list in file *apps.txt*::
   40 
   41   sh andbackup.sh listrestore apps.txt

Generated by cgit