You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



[SOLVED] Failed Home Backup

Author (Read 5298 times)

0 Members and 1 Guest are viewing this topic.

Re: Failed Home Backup
« Reply #4 on: January 05, 2015, 06:58:51 PM »
 

gold_finger

  • Documentation Writer
  • Platinum Level Poster
  • *****
  • 1094
    Posts
  • Reputation: 325
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core2 Duo E7500 3.0GHz

  • MEMORY: 4Gb

  • VIDEO CARD: Intel 4 Series Integrated Graphics
You're welcome ChrisL -- glad to help.


P.s.  Please mark post as solved so others can find solution easier.  /  Nevermind - I just noticed you used the green check mark thingy already.
« Last Edit: January 05, 2015, 07:01:47 PM by gold_finger »
Try Linux Beginner Search Engine for answers to Linux questions.
 

Re: Failed Home Backup
« Reply #3 on: January 04, 2015, 04:39:28 PM »
 

ChrisL

  • Occasional Poster
  • **
  • 96
    Posts
  • Reputation: 8
  • Linux Lite Member
    • View Profile

  • CPU: i5

  • MEMORY: 8Gb
Thanks gold-finger, worked like a charm.


Once more you amaze me with your knowledge!  8)
 

Re: Failed Home Backup
« Reply #2 on: January 04, 2015, 12:20:19 PM »
 

gold_finger

  • Documentation Writer
  • Platinum Level Poster
  • *****
  • 1094
    Posts
  • Reputation: 325
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core2 Duo E7500 3.0GHz

  • MEMORY: 4Gb

  • VIDEO CARD: Intel 4 Series Integrated Graphics
What filesystem type is the external drive formatted with?

If it's "Ext4" (Ext3 or Ext2), do this after you plug in the drive and it's mounted to "/media/chris":
Code: [Select]
sudo chown -R chris: /media/chris/259e8ba4-8c54-43ad-9dc0-2a1ed024910e
Try backup again -- it should work now.

If it's some other formatting let us know which it is.

Additional Note:
You may want to label that external drive's partition so it ends up easier to read.
  • Open GParted (Menu->System->Partition Drives)
  • Rt-clk the external drive's partition and choose "Unmount"
  • Rt-clk it again and choose "Label"
  • Type in a short, descriptive label -- eg. Backups
  • Click "Apply" button (or Edit->Apply All Operations)
  • Rt-clk and choose "Mount", then close GParted
Now if you look in file manager (and when you plug it in in the future) it should read as "/media/chris/Backups" instead of that long string of numbers and letters.


P.s.  If for some reason the above did not work, (with the external drive plugged-in and mounted) open a terminal and enter these two commands:
Code: [Select]
sudo blkid -c /dev/null
ls -l /media/chris

Copy/Paste the full results back here.
« Last Edit: January 04, 2015, 12:28:42 PM by gold_finger »
Try Linux Beginner Search Engine for answers to Linux questions.
 

[SOLVED] Failed Home Backup
« Reply #1 on: January 03, 2015, 10:13:14 AM »
 

ChrisL

  • Occasional Poster
  • **
  • 96
    Posts
  • Reputation: 8
  • Linux Lite Member
    • View Profile

  • CPU: i5

  • MEMORY: 8Gb
I have an 80GB external drive (usb connected). I figured I would use the backup in LL 2.2 to back-up my Home Folder.  It all seems fine, starts, then I get this message:

Permission denied when trying to create ‘/media/chris/259e8ba4-8c54-43ad-9dc0-2a1ed024910e/duplicity-full.20150103T150825Z.vol1.difftar.gz’.


I did some on-line research and found this:

http://askubuntu.com/questions/324705/first-full-backup-on-usb-permission-denied


Which seems like an identical issue; so I used the commands given in this thread (with chris instead of "stacyjane") and still no dice, same message.  Any ideas?

Chris
« Last Edit: January 13, 2015, 10:12:05 PM by Scott(0) »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section