Re: rsync problem

2018-09-26 Thread Matt Graham
On Tue, Sep 25, 2018 at 4:20 PM Michael wrote: bmike1@MikesBeast ~ $ rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/"Seagate Expansion Drive" rsync: mkdir "/media/bmike1/Seagate Expansion Drive" failed: Permission denied (13) I never had this problem before. What does it mea

Re: rsync problem

2018-09-26 Thread Michael
bmike1@MikesBeast ~ $ mount | grep bmike1 /dev/sdc1 on /media/bmike1/Seagate Expansion Drive1 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2) bmike1@MikesBeast ~ $ ls -l total 433884 drwxr-x--- 2 bmike1 bmike1 4096 Jun

Re: rsync problem

2018-09-26 Thread Michael
Sorry messed up on the last message bmike1@MikesBeast ~ $ mount | grep bmike1 /dev/sdc1 on /media/bmike1/Seagate Expansion Drive1 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2) bmike1@MikesBeast ~ $ ls -l /media/bmike1

Re: rsync problem

2018-09-26 Thread Matt Graham
On 2018-09-26 14:41, Michael wrote: On Wed, Sep 26, 2018 at 5:27 PM Matt Graham wrote: On Tue, Sep 25, 2018 at 4:20 PM Michael wrote: bmike1@MikesBeast ~ $ rsync -aWuq --delete-before /home/bmike1/Documents /media/bmike1/"Seagate Expansion Drive" rsync: mkdir "/media/bmike1/Seagate Expansion

Re: rsync problem

2018-09-26 Thread Bob Elzer
I think the real question might be how do you remove the drive from the system. you have had a lot of problems with flash drives doing the same thing and we always thought it was the flash going bad, so we recommended a external hard drive. Questions would be are you unmounting before you remove

Re: rsync problem

2018-09-26 Thread Michael
it isn't a flash drive. it is an external hard drive. On Wed, Sep 26, 2018 at 8:34 PM Bob Elzer wrote: > I think the real question might be how do you remove the drive from the > system. > > you have had a lot of problems with flash drives doing the same thing and > we always thought it was the

Re: rsync problem

2018-09-26 Thread Bob Elzer
yes I know it's a flash drive, thats why I asked those questions, they all apply to hard drives. On Wed, Sep 26, 2018, 5:36 PM Michael wrote: > it isn't a flash drive. it is an external hard drive. > > On Wed, Sep 26, 2018 at 8:34 PM Bob Elzer wrote: > >> I think the real question might be how