On Tue, Jul 16, 2024 at 05:56:28PM +0200, francis.montag...@inria.fr wrote:
> Hi.
>
> On Tue, 16 Jul 2024 16:00:47 +0100 Chris Green via rsync wrote:
>
> > I run a daily backup using 'rsync -a -F '
>
> > I want to exclude everything in ~/.local/share **except** the file:-
>
> >/home/chr
On Tue, 16 Jul 2024 11:12:54 -0700 Ian Z via rsync wrote:
> On Tue, Jul 16, 2024 at 05:56:28PM GMT, Francis.Montagnac--- via rsync wrote:
>> No. Assuming you are doing this backup from your homedir, you should
>> add to your .rsync-filter file:
>> + /.local/
>> + /.local/share/
>> + /.loca
On Tue, Jul 16, 2024 at 05:56:28PM GMT, Francis.Montagnac--- via rsync wrote:
> > I want to exclude everything in ~/.local/share **except** the file:-
> >/home/chris/.local/share/evolution/calendar/system/calendar.ics
> > I have the following in my rsync-filter file to exclude ~/.local/share
Hi.
On Tue, 16 Jul 2024 16:00:47 +0100 Chris Green via rsync wrote:
> I run a daily backup using 'rsync -a -F '
> I want to exclude everything in ~/.local/share **except** the file:-
>/home/chris/.local/share/evolution/calendar/system/calendar.ics
> I have the following in my rsync-fil
On Mon, Jun 07, 2004 at 03:47:47AM +, Guo jing wrote:
> As you said, if the source file reduced and the blocks were occupied by
> other files there will be a file with other file's content and a abnormal
> end on the other end.
No, the OS doesn't work that way. Rsync will instead copy lots
On 7 Jun 2004, Guo jing <[EMAIL PROTECTED]> wrote:
> Thanks for your answer!
> Yes,my question is that if we can get a good result when the file is
> changing while it is being copied by rsync
>
> In my test, if the file is being augmented while it been copied using
> rsync.I can get a normal
Thanks for your answer!
Yes,my question is that if we can get a good result when the file is
changing while it is being copied by rsync
In my test, if the file is being augmented while it been copied using
rsync.I can get a normal copy on the other end and the result file is the
same as what
On 31 May 2004, Guo jing <[EMAIL PROTECTED]> wrote:
> hello,
> I am a student in China.I like the linux and usually use the rsync to
> backup my documents. Last week when I use it,I find a question I want to
> discuss with you.
>
> The condition is like this: The source file that I want to rs
That is it. The destination file is unaffected until rsync completes its
replacement, then the directory entry is repointed at the new file and the
reference to the old inode freed.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
Hi: