command
module
Version:
v0.0.0-...-0999e51
Opens a new window with list of versions in this module.
Published: Oct 2, 2017
License: GPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-sms-backup-and-restore
Golang script to export "SMS Backup & Restore" messages
Intro
This script allow to retrieve messages related to a specific phone number inside an XML backup generated by SMS Backup & Restore.
Requirements
apt-get install xsltproc
Installation
go get pilebones/go-sms-backup-and-restore
Usage
-
Export messages related to a phone number :
go-sms-backup-and-restore -input my_sms_backup.xml -output my_backup_filtered.xml -phonenumber 0600000000
-
Generate HTML from XML file:
xsltproc sms.xsl my_backup_filtered.xml > my_backup_filtered.html
-
Print in PDF: open in your browser and print it to PDF file.
Note: Or use provided script : dump-xml.sh <xml_filepath> <phone_number>
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.