<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://techdoku.nogafam.es/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://techdoku.nogafam.es/feed.php">
        <title>NoBIGTech Wiki Técnico - docu:csheet:dtproc:backups</title>
        <description></description>
        <link>https://techdoku.nogafam.es/</link>
        <image rdf:resource="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-14T12:44:58+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:backups:android_apps_backup&amp;rev=1630416204&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:backups:borg_qstart&amp;rev=1583181891&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>NoBIGTech Wiki Técnico</title>
        <link>https://techdoku.nogafam.es/</link>
        <url>https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:backups:android_apps_backup&amp;rev=1630416204&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-08-31T13:23:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>android_apps_backup</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:backups:android_apps_backup&amp;rev=1630416204&amp;do=diff</link>
        <description>Backup Android Apps data and system apps



Create the backup (whole)


adb backup -apk -noshared -all -system -f ./my-backup.ab




Create a Single-Package backup


# list the package names
adb shell pm list packages

# Create a WhatsApp backup (for example), where PACKAGE-NAME is &quot;com.whatsapp&quot;
adb backup -f yourbackupfile.ab -noapk com.whatsapp</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:backups:borg_qstart&amp;rev=1583181891&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-02T20:44:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>borg_qstart</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:backups:borg_qstart&amp;rev=1583181891&amp;do=diff</link>
        <description>Borg-backup quick guide



Before a backup can be made a repository has to be initialized:

borg init --encryption=repokey /path/to/repo

Backup the ~/src and ~/Documents directories into an archive called Monday:

borg create /path/to/repo::Monday ~/src ~/Documents</description>
    </item>
</rdf:RDF>
