Back up and data access

Hi There
I am looking for some advice
I have several devices at home from a couple of iPhones, a couple of iPads and an Apple Mac Pro laptop.
I back up everything on the laptop but this is now getting full as I have a lot of pictures, music and videos.
I am looking to understand can I purchase something to reduce the data on my laptop but still allow me to get access to the data on my ipad for example when I am out of the house.  If so what do you recommend.
Also what would be the best to back all this data up to. 
Thanks
Ash

Backing up to your Laptop is really not considered a real backup. You need to backup your laptop. Typically you want to have two separate backups. You don't mention how much data you need to backup - how many GB?
Assuming your laptop is an apple laptop running mountain lion:
You could get an Time Capsule - 2TB
Laptop backs up automatically - wireless via time machine to TC
Get an additional external USB drive connect it to your laptop, back up via time machine every month the keep it at a separate location.
Remote iPad access to data is another topic - how much data?
Dropbox gives you 2GB for free - more at a price
iCloud storage is for music - iTunes Match $25/year, Photo-stream for pictures, and iWork's data files.

Similar Messages

  • Managed Beans and Data Access Object

    I have a question / need help understanding how to configure backing bean and model objects so that memory and object creation/deletion is done as efficiently as possible.
    1. I have a .jsf page with a form and a commandbutton that submits the form inputs to a backing bean (enrollispbean is backing bean)
    <h:commandButton value="Enter" action="#{enrollispbean.insert}"/>
    2. The backing bean is used for form handling - the insert() method is used to read the data fields from the form and create a SQL string that will be submitted to a model object, DbInsert, that is used as a generic data access object that connects to the database and insert the SQL string:
    public class EnrollIspBean {
    private String beanvar1="";
    private String beanvar2= "";
    // DbInsert is data access object
    private DbInsert dbinsert = new DbInsert();
    public String insert (){
    String sqlstmt;
    sqlstmt = "INSERT INTO ispmain VALUES(beanvar1, beanvar2,..)"
    dbinsert.insert(sqlstmt);
    return "success"; }
    3. DbInsert is the data access object that contains a method, insert(), that accepts a sql string to insert into the database. This method contains the code to obtain a connection from the database connection pool and then execute the sql statement (note: error checking code not shown):
    public class DbInsert {
    public void insert(String sqlstmt) throws SQLException {
    Connection conn = null;
    GetDBConnection getdbconnection = new GetDBConnection();
    PreparedStatement stmt = null;
    conn = getdbconnection.getdbconn();
    stmt = conn.prepareStatement(sqlstmt);
    stmt.executeUpdate();
    stmt.close();
    conn.close();
    return;
    Where I need help understanding is how to set up the scope for the managed beans and data access object. Currently, I have the backing bean within the session scope (using the facesconfig.xml file). My main question is how to set up the scope for the Data Access Object - currently I do not have it as a managed bean within facesconfig.xml. Instead I am creating a new instance within the backing bean:
    private DbInsert dbinsert = new DbInsert();
    Is this the best way to do this? Will the DBInsert object now be tied to the session scope of the backing bean (i.e., when backing bean is deleted, the DbInsert object will be deleted from session scope as well.)
    Ideally I would like the data access object to be available as a shared object throughout the life of the application. When I was programming using a servlet approach, I would have created a servlet to load on startup. Now that I'm using java server faces, I'm confused about the scope / how to efficiently set up a data access object that I want to be available to all backing beans in the application.
    tnanks for any help understanding this.
    Tom

    I was thinking about setting the data access object as application scope so that it can be used by an backing bean to execute sql statements.
    If I do set it as application scope, however, if I do this, do I still need to declare a new instance of the object from within each bean that uses the object?
    For example do I need to declare a new instance of the data access object from within the bean? or, should I assume that there is always an instance of the bean available in the application scope, and if so, how do I reference it from within the bean?
    Bean Code:
    public class EnrollIspBean {
    // DbInsert is data access object
    private DbInsert dbinsert = new DbInsert();
    Finally, I understand performance may be an issue if I have one instance of the data access object available in the application scope - is there a way to make multiple instances available in the application scope?
    thanks

  • I was just wondering if I can use time capsule with my iphone for both back up and to access the hard drive on the capsule?

    I was just wondering if I can use time capsule with my iphone for both back up and to access the hard drive on the capsule?

    I don't think backup is supported but you may be able to access the TC's internal drive, from the iPhone, with an application like: NetPortal
    Note: I haven't actually tried this app, so if someone else has and was successful in accessing the TC's drive they can certainly chime in.
    Follow-up. Just downloaded and installed this app ... and I can now verify that it, indeed, can access both my TC's internal and externally attached USB HDD.

  • Solaris 8 hangs and data access error on reboot

    Hi
    using solaris 5.8 on UltraSPARC-IIi 360MHz.
    I know it is an old hardware but similiar hardware is running fine. here is the issue,
    System booted : works okay for some time then display was hung so system was rebooted ..it gave data access error. again rebooted and it came up fine..
    I have pasted the /var/adm/messages here..
    http://pastebin.com/m5d2d1d53
    Is it a CPU problem or Hard disk or memory issue ? or something else ?
    what could be solution , a kernel patch is an option ?
    uname -a
    SunOS sparc5 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-5_10
    test-all at OBP did not show any error.. passed all.
    Thanks

    I cant see the /var/adm/messages output, Since you have already performed a Full Diagnostic check, then you boot your solaris using CD and then perform full FSCK on root File Systems and see any errors get reported. Keep doing fsck 2 -3 times untill all the errors are clean.
    Also you must check the latest patches available for this system architecture.

  • Sales hierarchy . role based reports and Data access, Best practice and sol

    Dear all,
    Currently working on a solution for Sales. There a geography and sales position hierarchy.
    e.g. (USA,EU,ASIA) --> EU head -->UK head -->Northern UK head -->London head -->East london--> Postal codes in east london.
    so altogether 7 roles and 7 positions, all these users can see data at it's level and below.
    Also the summary report/ Prompts/ subject area columns for each of these users must be at their corresponding level and just 1 level below.
    e.g. EU head by default must see column EU and country UK, UK head will see report only for UK and Northern UK region and so on.
    After lots of thinking i am planing to take approach of creating 6 sets of similar dashboard/ different prompts/ different global filters/ reports.
    Data level access is not at all issue i am easily able to manage.
    Request experts to guide is there is any other better approach to take for objects in catalog.?
    many thanks in advance.
    Regards,
    Yogen

    Dear Srini,
    Data level Security is not at all issue for me. Have already implement it and so far not a single bug in testing is caught.
    It's about object level security and that too for 6 different types of user demanding different reports i.e. columns and detailed drill downs are different.
    Again these 6 types of users can be read only users or power users (who can do ad hoc analysis) may be BICONSUMER and BIAUTHOR.
    so need help regarding that...as we have to take decision soon.
    thanks,
    Yogen

  • I try to turn Home Sharing back on and it Accesses iTunes Store Forever

    My Apple TV was using home sharing perfectly fine. At some point my home computer simply stopped showing up. I tried rebooting it and my computer and nothing made it show up. I then tried turning off Home Sharing with the intent of turning it back on again. I put in my password, hit the button and it just goes to "Accessing iTunes Store..." forever. It never turns it on successfully.  Now I can't stream anything. I also tried uninstalling and re-installing the latest iTunes but I get the same result.
    Help!
    Thanks,
    Darryl

    Ok actually my mistake it says "an error occurred during activation. try again" I spoke with apple tech support right now and she mentioned they are having trouble with there servers.  Do you by any chance know what the restrictions area means? Should that be activated or deactivated, does that make a difference?

  • Using TC for back up and data storage...partition?

    I'm not sure I know enough to word this question properly so my apologies in advance.
    I picked up a time capsule today and I want to make sure I set it up the right way. Besides using it for back-ups, I'd like to use it for data storage of things that no longer fit on my laptop. (Now a MacBook Air with a smaller drive than I'm used to.)
    I'd like to put my iPhoto library, iTunes and various other things that I don't have to have with me all the time on it.
    Should I partition the drive? Can I partition the drive? For data and backup sections?
    I also have a question re: two people backing up to one TC. If one is backing up all the time and one is in town only occasionally, how is space distributed if partitioning isn't possible? If the TC capsule backes up till it's full and then drops off the oldest backup, what does it do when it;s full and the occasionally backed up machine is put into the network?
    Many thanks for any help. I'm looking forward to setting this up and would like to avoid doing it wrong!

    whateverwerks wrote:
    Should I partition the drive? Can I partition the drive? For data and backup sections?
    I also have a question re: two people backing up to one TC. If one is backing up all the time and one is in town only occasionally, how is space distributed if partitioning isn't possible? If the TC capsule backes up till it's full and then drops off the oldest backup, what does it do when it;s full and the occasionally backed up machine is put into the network?
    Many thanks for any help. I'm looking forward to setting this up and would like to avoid doing it wrong!
    The drive cannot be partitioned. You can create folders as you wish to suit your need for things other than backups.
    As noted earlier, when the occasionally connected machine is connected for backup, it will delete the oldest backup for that machine to make room when needed.

  • I have broken my screen and cannot access my iphone. I have an icloud account which I have used to back up my phone previously but nothing is showing on the website. How can I backup my data?

    I have broken my screen and cannot access my iphone. I have an icloud account which I have used to back up my phone previously but nothing is showing on the website in contacts etc. As I can enter my pin I cannot connect it to a laptop. Is there anyway of backinh up my data, pictures etc?

    No there isn't. If you check iCloud, you are not showing any backups at all? Did you have the phone set to sync contacts in iCloud, or were you just backing up to iCloud? If you were just backing up, then you should be able to access the backup, but if you were not syncing, then you probably cannot see the contacts in iCloud. You would have to wait until you restore from the backup to see them. You will probably have to go onto the iCloud website to erase and remove the device from Find My iPhone if you want to clear it off.

  • I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.  Will Time Capsule work with this and how?

    I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.
    1. Will Time Capsule work with this and how?
    2. Can my printer USB be plugged in and then shared between the devices?
    3. Can I create a network and how?
    4.  What happend when a visitor logs onto my existing wireless router?
    I'm new to Macs (well a returning user having started with Mac Plus!!) and not very technical.  Any help / advice will be much appreciated.
    Ray

    The key to what you seem to want to do is to be able to get Apple's Time Capsule router to "join" the network that your Conceptronic router.  I believe that works with some third-party routers, but I've never seen a list of those that work in such a configuration and I have no experience with Conceptronic equipment.
    You might be better off with a Network-Attached Storage (NAS) device instead of a Time Capsule.

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • I had an iPod touch, but it was stolen or lost. Now that I have a new one with a new Apple ID, is there someway I can access and download all my old photos and data from my old Apple ID to my new device? I still remember my old Apple ID and password.

    I had an iPod touch, but it was stolen or lost. Now that I have a new one with a new Apple ID, is there someway I can access and download all my old photos and data from my old Apple ID to my new device? I still remember my old Apple ID and password.

    Restopre from backup
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    Also,
    - If you used PhotoStream then try getting them from your PhotoStream. See that topic of:
    iOS: Importing personal photos and videos from iOS devices to your computer

  • Can I back up the organizer, move my photos and still access them in PSE?

    I backed up my catalog to an external HD last night and there were about 20 disconnected files.  I was not able to locate them so I allowed the back up to continue without them.  Do you know what the consequences are for that?
    Also, several of my photos are on my C drive and several are on the external HD.  My catalog included photos from both places. When I move the rest of my photos from the C drive of my computer to the external HD will the catalog still be able to access them or will I need to back everything up again?
    My goal is to free up space on my computer so PSE will stop freezing up.  All I'm intersted in doing right now is getting all of my photos into the organizer and tagged.  I'll edit them later as I begin to create digital scrapbook pages.
    Can someone tell me if the way I'm going about this is correct? 
    Thank you,

    Thank you Ken.  I backed up everything to my external HD, but now I think I'd rather just move everything there and recall my photos from the ext HD to free up space on my C drive.  Is that possible?
    Date: Wed, 22 Feb 2012 15:55:14 -0700
    From: [email protected]
    To: [email protected]
    Subject: Can I back up the organizer, move my photos and still access them in PSE?
        Re: Can I back up the organizer, move my photos and still access them in PSE?
        created by photodrawken in Photoshop Elements - View the full discussion
    When you use PSE to back up your catalog, the actual photos as well as the catalog (database) are backed up. When you restore from a backup, you can specify where the incoming photos will be placed. Ken
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4223403#4223403
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4223403#4223403. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • My Macbookpro will not start up.  At first it was showing a gray screen with a flashing folder and question mark.  I went through the steps to repair with disc utility and this did not work.  How do I back up my data, without time machine activated?

    I need to back up my files and date before erasing my drive, but my time machine backup is not coming up.  How do I access my hard drive to back up my files?

    A erase of the drive or boot partition is not always necessary.
    Flashing question mark at boot could be a easy fix, sometimes it's the firmware that simply forgot what bootable volume to boot from.
    Try holding the Option key down while booting the machine, a choice of bootable options appears, select your OS X and boot up.
    When you get in, head to System Preferences > Startup disk and set it again new. This will tell the firmware what to boot from. Test it to see.
    Now if you don't have a selection of bootable options, it could be that the drive is dead, or OS X is erased or corrupted so it can't boot.
    You'll have to run through this list of fixes to see what's going on, if you need a hardware fix or what, I've also included links if you can't fix it and need to recover your data etc.
    (If it's not remmebering your boot selection then also run through the list to reset things.)
    Step by Step to fix your Mac

  • My IPad screen is frozen with a message stating that the IPad has not been backed up to the ICloud for 7 weeks, this is not correct.I cannot get the messageto clear and cannot access any of the other icons; is there an emergency reboot process?

    My IPad screen is frozen with a message stating that the IPad has not been backed up to the ICloud for 7 weeks, this is not correct. I cannot get the messageto clear and cannot access any of the other icons; is there an emergency reboot process?

    Have you tried resetting your iPad?
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10-15 seconds).
    No data will be lost.

  • Had to reinstall os ,and cannot access itunes although backed on time machine help

    had to reinstall OS last july after exel update installed virus  and cannot access itunes although backed on time machine help

    You should still be able to recover your media through iTune's "open" feature:
    Connect your time machine drive and navigate to it in Finder.
    Open the backup.backupd (or similar) folder.
    Pick a recent date (folder)
    Pick through to your home folder
    drag the music folder onto itunes in the dock
    Hope this helps, It might not be very clear.

Maybe you are looking for

  • Issues using 2 Ipods on same itunes acct, HELP

    My husband and I share access to the same computer and dont have separate user things on it and whatever songs i select for my ipod it does the same to his list. unfortunately we only have similar taste in music about half the time so its getting kin

  • InDesign CS6 (Mac) will not package fonts

    I have hundreds of fonts on my machine and have never had any issues with packaging fonts until CS6. CS5.5 works great, even today with the same files that will not package in CS5.5. However, I cannot use 5.5 due to the other 7 designers all using CS

  • Turning off deinterlace in CS4 before video exporting or a substitute solution

    I have had a problem for a long time now regarding the missing function in the Premiere Pro CS4 Export Settings window when trying to export a video in FLV. When I playback the rendered sequence I get a poor quality video (it also looks like it is st

  • Forming the COST CENTER from another fields

    Hi, While creating PO,Sales Order, delivery,invoice i need to form a cost center like 3033PN0555 Here, for example PN is got from profit center etc. And what i want is that, where to code this logic in SO,delivery or invoice creation. Thanks.

  • DNB integration with FSCM SAP Credit management

    Hi, Any body worked on or integrated  DNB  with FSCM SAP Credit management ? if it is please share some information /document on integration. Thx DD