Results 1 to 5 of 5

Thread: Need help with SimpleBackup please

  1. #1
    Join Date
    Jul 2008
    Location
    Germany
    Beans
    459
    Distro
    Ubuntu 14.04 Trusty Tahr

    Need help with SimpleBackup please

    Hi all, I need to back-up my /home approx. once a week and for this reason I installed SimpleBackup to take care of this. I want the app to back-up to my external drive. This is a new drive which I formatted to ext4 and named it UbuntuBU. Setting up the Simple Backup suite and under the Tab "Destination" I choose "use custom local backup directory" and point the program to the partition I want on the external drive. I then get the following message:
    "The selected destination is not writable with current permissions. Backups cannot be stored there"
    Question: How and where do I now need to change the permissions so that I can backup to this drive? How do I solve this problem?

  2. #2
    Join Date
    Oct 2008
    Location
    philippines
    Beans
    618
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Need help with SimpleBackup please

    ...haven't tried simplebackup as of yet, but i'd suppose the external drive is mounted before you did the backup process...permission can be done by editing the drive properties..

  3. #3
    Join Date
    Jul 2008
    Location
    Germany
    Beans
    459
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Need help with SimpleBackup please

    I cannot change the permissions as I am told that I am not the "0wner" The owner is shown as "Root"

  4. #4
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Need help with SimpleBackup please

    You will need to change the ownership of the folder where the external drive is mounted, so find where that is by plugging in the drive and checking that /media/UbuntuBU exists.

    Assuming it does, you should be able to change ownership with
    Code:
    sudo chown username:username /media/UbuntuBU
    You may also need to change the permissions with the chmod command, but I think chown should do it for you.

  5. #5
    Join Date
    Jul 2008
    Location
    Germany
    Beans
    459
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Need help with SimpleBackup please

    Hi ajgreeny, Thank you very much for your help. The code you provided was spot-on. I am now happy to say that thanks to your help, the back-up is now in process. It is very nice to have people such as yourself around, willing to help others. Have a nice day and thank you once again.

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
  •