On Wed, Jun 27, 2012 at 3:26 PM, Ricardo Melendez
<r.melen...@lipu.com.mx> wrote:
> Hi, I need to make a backup and free disk space on remote backed up
> computer.
>
> I launch the following via shell with good results, the files are deleted on
> remote computer.
>
> rsync -av --remove-source-files user@remotepc:/backedup/folder /localfolder
>
> But I need to do this via the web inteface of backuppc, I insert an extra
> parameter on RsyncArgs with --remove-source-files.
>
> But when trying to backup I get the following error at log file:
>
> full backup started for directory /cygdrive/c/tempo (baseline backup #1)
>
> 2012-06-27 15:00:48 Got fatal error during xfer (fileListReceive failed)
> 2012-06-27 15:00:53 Backup aborted (fileListReceive failed)
>
> The backup run successful without the extra parameter
> (--remove-source-files)
>
> What could be the problem??

The server-side rsync in backuppc is a re-implementation in perl that
knows how to compare against the compressed copies.  It probably
doesn't understand the --remove-source-files option, even though the
work would be done at the other end.

-- 
  Les Mikesell
    lesmikes...@gmail.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to