Re: [OT?] question about external hd

2013-02-07 Thread Joe Zeff
On 02/07/2013 09:50 AM, Bill Davidsen wrote: taking the "I'm the only user" approach to security is a good way to form bad habits. Especially when you consider how many programs create virtual users to own their files. Do you really want all of them to have unlimited access to that drive eve

Re: [OT?] question about external hd

2013-02-07 Thread Bill Davidsen
"Germán A. Racca" wrote: On 02/06/2013 04:33 PM, Andrew Haley wrote: On 02/06/2013 06:19 PM, "Germán A. Racca" wrote: Hi people, I have recently bought an external hard drive of 1 Tb capacity (Samsung M3). I made a backup of my home directory with the following command: $ cd /home $ rsync -av

Re: [OT?] question about external hd

2013-02-06 Thread Germán A. Racca
On 02/06/2013 04:41 PM, Bryn M. Reeves wrote: On 02/06/2013 06:33 PM, Andrew Haley wrote: Should I be root to be able to create/remove files/folder in my external hd?? No. Create a scratch dir on the hd (as root) and do chmod 1777 This will create a directory that any user can write to.

Re: [OT?] question about external hd

2013-02-06 Thread Germán A. Racca
On 02/06/2013 04:33 PM, Andrew Haley wrote: On 02/06/2013 06:19 PM, "Germán A. Racca" wrote: Hi people, I have recently bought an external hard drive of 1 Tb capacity (Samsung M3). I made a backup of my home directory with the following command: $ cd /home $ rsync -avh --delete --stats --exclu

Re: [OT?] question about external hd

2013-02-06 Thread Bryn M. Reeves
On 02/06/2013 06:33 PM, Andrew Haley wrote: Should I be root to be able to create/remove files/folder in my external hd?? No. Create a scratch dir on the hd (as root) and do chmod 1777 This will create a directory that any user can write to. Or you could chown the root directory of the ex

Re: [OT?] question about external hd

2013-02-06 Thread Andrew Haley
On 02/06/2013 06:19 PM, "Germán A. Racca" wrote: > Hi people, > > I have recently bought an external hard drive of 1 Tb capacity (Samsung > M3). I made a backup of my home directory with the following command: > > $ cd /home > $ rsync -avh --delete --stats --exclude=*.vdi --exclude=*.iso german

[OT?] question about external hd

2013-02-06 Thread Germán A. Racca
Hi people, I have recently bought an external hard drive of 1 Tb capacity (Samsung M3). I made a backup of my home directory with the following command: $ cd /home $ rsync -avh --delete --stats --exclude=*.vdi --exclude=*.iso german /run/media/german/SAMSUNG/backup-skytux/ but it turns out