Thanks Bob,That sounds like a good lead, The server is running tinycore and 
/tmp is in memory.I've created following folder on server /mnt/hda1/tmpI've set 
it to 777new rdiff-backup command isrdiff-backup --tempdir /mnt/hda1/tmp 
--ssh-no-compression --force -v3 --print-statistics B:/Users/%username% 
tc@10.1.1.150::/mnt/hda1/rdiffbackup.repositorys/%username%@%computername%However
 same error is encountered.Does rdiff-backup assume that --tempdir 
/mnt/hda1/tmp is on local win machine or does it know to check for the remote 
server ?I also tried --tempdir tc@10.1.1.150::/mnt/hda1/tmp  But this also 
fails.Perhaps I'm making a simple syntax error when invoking --tempdir ?
> To: rdiff-backup-users@nongnu.org
> From: rnicholsnos...@comcast.net
> Date: Thu, 16 Jul 2015 13:04:31 -0500
> Subject: Re: [rdiff-backup-users] Exception '[Errno 28] No space left on      
> device'
> 
> On 07/16/2015 12:37 AM, Stephen Butler wrote:
> >
> > Here's the backup.log file for the relevant computer
> > -----------------------
> > Previous backup seems to have failed, regressing destination now.
> > Exception '[Errno 28] No space left on device' raised of class '<type
> > 'exceptions.IOError'>':
> >    File "/usr/local/lib/python2.7/site-packages/rdiff_backup/robust.py",
> > line 32, in check_common_error
> >      try: return function(*args)
> >    File
> > "/usr/local/lib/python2.7/site-packages/rdiff_backup/restore.py", line
> > 468, in get_fp
> >      Rdiff.write_patched_fp(current_fp, delta_fp, new_fp)
> >    File "/usr/local/lib/python2.7/site-packages/rdiff_backup/Rdiff.py",
> > line 73, in write_patched_fp
> >      rpath.copyfileobj(librsync.PatchedFile(basis_fp, delta_fp), out_fp)
> >    File "/usr/local/lib/python2.7/site-packages/rdiff_backup/rpath.py",
> > line 64, in copyfileobj
> >      outputfp.write(inbuf)
> 
> Regressing a backup can require a lot of temporary file space, and
> your /tmp might not have enough, especially if it is a tmpfs in RAM.
> Try using the "--tmpdir" option or environment variables TMPDIR,
> TEMP, or TMP to specify a directory with more space.
> 
> -- 
> Bob Nichols     "NOSPAM" is really part of my email address.
>                  Do NOT delete it.
> 
> 
> _______________________________________________
> rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
> Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
                                          
_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Reply via email to