[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[rdiff-backup-users] Re: Can rdiff-backup produce diff file for two dire
From: |
netawater |
Subject: |
[rdiff-backup-users] Re: Can rdiff-backup produce diff file for two directory? |
Date: |
Mon, 09 Jun 2008 19:01:03 +0800 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Paul Bijnens <address@hidden> writes:
> On 2008-06-04 14:22, netawater wrote:
>>
>> If rdiff-backup can produce incremental backup for different time of
>> one directory, it should produce diff between two directory, Is it
>> right?
>
> It does, but that diff is only meant for use by rdiff-backup itself.
> If you want to use it for something else, then you'll have to
> find out the internals of rdiffbackup.
>
> But you did not explain your REAL problem you're trying to solve.
> Why can't you use "diff -r"? And how to you think "rdiff-backup"
> will solve the problem that you have with "diff -r"?
>
>
> --
> Paul Bijnens, xplanation Technology Services Tel +32 16 397.511
> Technologielaan 21 bus 2, B-3001 Leuven, BELGIUM Fax +32 16 397.512
> http://www.xplanation.com/ email: address@hidden
> ***********************************************************************
> * I think I've got the hang of it now: exit, ^D, ^C, ^\, ^Z, ^Q, ^^, *
> * F6, quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, *
> * stop, end, F3, ~., ^]c, +++ ATH, disconnect, halt, abort, hangup, *
> * PF4, F20, ^X^X, :D::D, KJOB, F14-f-e, F8-e, kill -1 $$, shutdown, *
> * init 0, kill -9 1, Alt-F4, Ctrl-Alt-Del, AltGr-NumLock, Stop-A, ... *
> * ... "Are you sure?" ... YES ... Phew ... I'm out *
> ***********************************************************************
>
>
> _______________________________________________
> rdiff-backup-users mailing list at address@hidden
> http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
> Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
My problem is I have two directories from my home's computer and company's
computer need be synced. The two computers can not be linked directly by
network. I do it by copy the directory into my Udisk or upload it to the
ftp, then overwrite the old directory. I think it is a stupid method for much
of files do not be modified in the process. So I try to find a solution that I
can just copy files which are modified to Udisk.
I'not sure if I describe it clearly, :$
Thank you very much!