.gvfs and why does this happen?
sam tygier
samtygier at yahoo.co.uk
Sun Aug 2 11:50:32 UTC 2009
Jay Ridgley wrote:
> Yet If I am physically logged on to the machine (not via ssh) the error
> message is not issued. This is causing problems with a network backup
> scheme I am attempting to implement.
if the goal is to have a script that back up to a remote machine, then there are probably simpler ways to do it. rsync can copy data over ssh, eg
rsync -az /home/sam remotehost:/backup/sam
(you will probably need to look at adding some exclude options to avoid backing up things like .thumbnails, the mozilla cache, and the .gvsf folder)
sam
More information about the ubuntu-users
mailing list