Results 1 to 5 of 5

Thread: USB Sync / Backup To HDD

  1. #1
    Join Date
    Oct 2009
    Location
    Greater Manchester, UK
    Beans
    48
    Distro
    Ubuntu 12.04 Precise Pangolin

    USB Sync / Backup To HDD

    Hi All.

    I'm looking for a program for syncing my USB Flash Drive to a folder on my HDD.

    Basically I use my USB Pen Drive to carry around important work files. I would like to setup a program so that when I plug in my Pen Drive in it syncs to a predefined folder without any user input.

    This would stop me from having to remember to back it up. After a recent HDD failure it has brought home to me how important backups are. I had sum but lost the most recent stuff due to me not backing up in a while (forgetting grrr )

    Thanks for reading,

    Lee.

  2. #2
    Join Date
    Jul 2006
    Location
    London, UK
    Beans
    818
    Distro
    Ubuntu 10.04 Lucid Lynx

  3. #3
    Join Date
    Oct 2009
    Location
    Greater Manchester, UK
    Beans
    48
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: USB Sync / Backup To HDD

    Hey, thanks.

    I'm just following the link now.

    Quick reply BTW!

  4. #4
    Join Date
    Oct 2009
    Location
    Greater Manchester, UK
    Beans
    48
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: USB Sync / Backup To HDD

    Have you setup and used this yourself?

    Could you walk me through the setup? I'm not used to the terminal, more of a GUI man at the mo coming from XP to Ubuntu.

    I entered
    udevadm info -a -p $(udevadm info -q path -n /dev/sdc)

    in the terminal as it said but couldn't see any line saying something similar to
    ATTR{serial}=="312581808"

  5. #5
    Join Date
    Jul 2006
    Location
    London, UK
    Beans
    818
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: USB Sync / Backup To HDD

    Have you setup and used this yourself?
    Not this exact rule but otherwise udev works as expected.
    I entered
    udevadm info -a -p $(udevadm info -q path -n /dev/sdc)

    in the terminal as it said but couldn't see any line saying something similar to
    ATTR{serial}=="312581808"
    Are you sure that /dev/sdc really is the device you are referencing ?

    You might try
    Code:
    udevadm info -a -p $(udevadm info -q path -n /dev/sdc | grep ATTR)
    sdc = adjust for your situation

    The outputs of mount and fdisk -l might help you work out where partitions have been mounted automatically

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •