Tag: backup

  • Backup & Restore Android with ADB

    Backup & Restore Android with ADB

    Backup & Restore Android with ADB.In this example a Samsung Galaxy A7 will be used Check Connectivity PHONE: Allow access to phone data? The connected device will be able to access data on this phone. [DENY] [ALLOW] [COMPUTER] List of devices attached 9999999999999999 device usb:2-1 product:a7y17ltexx model:SM_A720F device:a7y17lte transport_id:1 Backup Everything System app data, user…

  • Rsync Essentials

    Rsync Essentials

    rsync -aHxvK –delete –stats /path/to/source/dir/ /path/to/destination/dir -a, –archiveEquivelent of -rlptgoD (no -H,-A,-X) -H, –hard-linksPreserve hard links -x, –xattrsPreserve extended attributes -v, –verbose -K, –keep-dirlinks Treat symlinked dir on receiver as dir –delete Wil delete files from the destintion that no longer exist in the source. –statsProvides some file-transfer stats –log-file=/home/user/rsync.logSave a log file to /home/user/rsync.log…

  • How to Backup a Hard Disk Drive Independant of Filesystem

    How to Backup a Hard Disk Drive Independant of Filesystem

    I recently wanted to install Linux onto a USB thumb drive. The laptop was running Windows 8.1. Hardware Required Large Hard Disk Drive (At least double the capacity of the drive you want to backup) USB Thumb Drive (At least 2GB) Software Required Desired Linux distribution ISO image Universal USB installer Software How to Do it…