DSData {
    name: "Backup Everything"
    author: "Ethan Osten"
    date: "1-30-08"
}

uses Nautilus
uses Epiphany
uses Liferea
uses Evolution
uses FSpot
uses Tomboy

new list Bookmarks is bookmark for bookmark in Get Bookmark Urls with "-1" from Bookmarks of Epiphany

Create File with "Bookmarks.txt" and Bookmarks from BackupDisk of Nautilus

new list Feeds is feed for feed in Get Feeds from Liferea

Create File with "Feeds.txt" and Feeds from BackupDisk of Nautilus

Export Data with ((Get URI from BackupDisk of Nautilus)+"evolution.tgz") from Evolution

new list Photos is photo for photo in Get Photo Uris from FSpot

foreach photo in Photos {
    Copy File with ((Get URI from BackupDisk of Nautilus)+"/Photos/"+photo) from BackupDisk of Nautilus
}

new list Notes is note for note in Get Note Uris from Tomboy

foreach note in Notes {
    Copy File with ((Get URI from BackupDisk of Nautilus)+"/Notes/"+note) from BackupDisk of Nautilus
}