Re: Trying to find out how to mount as user

2013-01-03 Thread C. P. Ghost
On Wed, Jan 2, 2013 at 5:29 PM, Leslie Jensen les...@eskk.nu wrote: Hello. I want to write a script, where I as a normal user, can back up my files with rsync to another machine (pc01), which shares a directory via NFS. I have an entry in the local machines /etc/fstab pc01:/backup

Trying to find out how to mount as user

2013-01-02 Thread Leslie Jensen
Hello. I want to write a script, where I as a normal user, can back up my files with rsync to another machine (pc01), which shares a directory via NFS. I have an entry in the local machines /etc/fstab pc01:/backup /mnt/backupnfs rw,noauto 0 0 The command: mount

SOLVED...Re: Trying to find out how to mount as user

2013-01-02 Thread Leslie Jensen
2013-01-02 17:29, Leslie Jensen skrev: Hello. I want to write a script, where I as a normal user, can back up my files with rsync to another machine (pc01), which shares a directory via NFS. I have an entry in the local machines /etc/fstab pc01:/backup /mnt/backupnfs rw,noauto

Re: SOLVED...Re: Trying to find out how to mount as user

2013-01-02 Thread Michael Sierchio
On Wed, Jan 2, 2013 at 8:47 AM, Leslie Jensen les...@eskk.nu wrote: I was on a wired connection first and the on wifi so I had two different IP-addresses! New question: Instead of having the following in my /etc/exports /backup machine01 machine02 Can I put my internal network as

Re: SOLVED...Re: Trying to find out how to mount as user

2013-01-02 Thread Mark Felder
On Wed, 2 Jan 2013 17:47:15 +0100 Leslie Jensen les...@eskk.nu wrote: I was on a wired connection first and the on wifi so I had two different IP-addresses! FYI a cool trick is to bridge your ethernet and wifi so you can keep your IP and roam between wired and wireless :)