Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

I THINK MAN INVENTED THE CAR by instinct. -- Jack Handey, The New Mexican, 1988.


computers / alt.os.linux.mageia / rsync stalemate

SubjectAuthor
* rsync stalematepinnerite
+* Re: rsync stalemateRichard Kettlewell
|`- Re: rsync stalematepinnerite
`- Re: rsync stalemateWilliam Unruh

1
rsync stalemate

<20230318125056.e2cfa357c4d16cab0183c061@gmail.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=5504&group=alt.os.linux.mageia#5504

  copy link   Newsgroups: alt.os.linux.ubuntu alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: pinner...@gmail.com (pinnerite)
Newsgroups: alt.os.linux.ubuntu,alt.os.linux.mageia
Subject: rsync stalemate
Date: Sat, 18 Mar 2023 12:50:56 +0000
Organization: A noiseless patient Spider
Lines: 36
Message-ID: <20230318125056.e2cfa357c4d16cab0183c061@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: reader01.eternal-september.org; posting-host="76d29d1f4fcc835c47c179552a973324";
logging-data="2629491"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19m5UxHR2PDJ4Emwr15YPjmUoubU+L98ow="
Cancel-Lock: sha1:JmGPHcaUbSkqBZJVhUQKS+y6EkE=
X-Newsreader: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu)
 by: pinnerite - Sat, 18 Mar 2023 12:50 UTC

I am trying to sync data from my /home folder on a mint 20.3 system to /home
on a mint 21.1 system. I booted on a live flash drive.

rsync reports:

sent 325 bytes received 181 bytes 1,012.00 bytes/sec
total size is 0 speedup is 0.00 (DRY RUN)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]

The script that I used was this:

#! /bin/sh
# Backup_rsync.sh backup drive sda5 to sdb5
#

mkdir /mnt/sda5
mkdir /mnt/sdb5

mount /dev/sda5 /mnt/sda5
mount /dev/sdb5 /mnt/sdb5

rsync -anrv --exclude=".*" include-from="myincludes.txt" --chown=alan:alan --progress /mnt/sda5/alan/ /mnt/sdb5/alan/

myincludes.txt holds only those "dot" files that I want copied. i.e.

/mnt/sda5/alan/.sane

Can anyone tell why this isn't working?

TIA, Alan

--
Mint 20.3, kernel 5.4.0-139-generic, Cinnamon 5.2.7
running on an AMD Phenom II X4 Black edition processor with 16GB of DRAM.

Re: rsync stalemate

<wwvileyry07.fsf@LkoBDZeT.terraraq.uk>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=5505&group=alt.os.linux.mageia#5505

  copy link   Newsgroups: alt.os.linux.ubuntu alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!news.nntp4.net!nntp.terraraq.uk!.POSTED.tunnel.sfere.anjou.terraraq.org.uk!not-for-mail
From: inva...@invalid.invalid (Richard Kettlewell)
Newsgroups: alt.os.linux.ubuntu,alt.os.linux.mageia
Subject: Re: rsync stalemate
Date: Sat, 18 Mar 2023 13:26:48 +0000
Organization: terraraq NNTP server
Message-ID: <wwvileyry07.fsf@LkoBDZeT.terraraq.uk>
References: <20230318125056.e2cfa357c4d16cab0183c061@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain
Injection-Info: innmantic.terraraq.uk; posting-host="tunnel.sfere.anjou.terraraq.org.uk:172.17.207.6";
logging-data="118475"; mail-complaints-to="usenet@innmantic.terraraq.uk"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Cancel-Lock: sha1:LxnAhvf4EuR6b1R2KUNIpb4MTwo=
X-Face: h[Hh-7npe<<b4/eW[]sat,I3O`t8A`(ej.H!F4\8|;ih)`7{@:A~/j1}gTt4e7-n*F?.Rl^
F<\{jehn7.KrO{!7=:(@J~]<.[{>v9!1<qZY,{EJxg6?Er4Y7Ng2\Ft>Z&W?r\c.!4DXH5PWpga"ha
+r0NzP?vnz:e/knOY)PI-
X-Boydie: NO
 by: Richard Kettlewell - Sat, 18 Mar 2023 13:26 UTC

pinnerite <pinnerite@gmail.com> writes:
> rsync -anrv --exclude=".*" include-from="myincludes.txt"
> --chown=alan:alan --progress /mnt/sda5/alan/ /mnt/sdb5/alan/

--include-from, not include-from.

--
https://www.greenend.org.uk/rjk/

Re: rsync stalemate

<tv4qnr$2il33$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=5506&group=alt.os.linux.mageia#5506

  copy link   Newsgroups: alt.os.linux.ubuntu alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: unr...@invalid.ca (William Unruh)
Newsgroups: alt.os.linux.ubuntu,alt.os.linux.mageia
Subject: Re: rsync stalemate
Date: Sat, 18 Mar 2023 17:00:43 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 40
Message-ID: <tv4qnr$2il33$1@dont-email.me>
References: <20230318125056.e2cfa357c4d16cab0183c061@gmail.com>
Injection-Date: Sat, 18 Mar 2023 17:00:43 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="7de5a6afb02da968d86ef5279f90c57c";
logging-data="2708579"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/+yP7eMY11H7QFdCrnAZ58"
User-Agent: slrn/pre1.0.4-9 (Linux)
Cancel-Lock: sha1:248Ovzjj05opZLCAel1q5r5ZANk=
 by: William Unruh - Sat, 18 Mar 2023 17:00 UTC

..* includes . and .. usually and the globbing will be done by
bash in double quotes so it will include everything in your current sirectory and its
parent. Try .?* to exclude . and .. But to let rsync do the globbing put
it into single quotes.

On 2023-03-18, pinnerite <pinnerite@gmail.com> wrote:
> I am trying to sync data from my /home folder on a mint 20.3 system to /home
> on a mint 21.1 system. I booted on a live flash drive.
>
> rsync reports:
>
> sent 325 bytes received 181 bytes 1,012.00 bytes/sec
> total size is 0 speedup is 0.00 (DRY RUN)
> rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]
>
> The script that I used was this:
>
> #! /bin/sh
> # Backup_rsync.sh backup drive sda5 to sdb5
> #
>
> mkdir /mnt/sda5
> mkdir /mnt/sdb5
>
> mount /dev/sda5 /mnt/sda5
> mount /dev/sdb5 /mnt/sdb5
>
> rsync -anrv --exclude=".*" include-from="myincludes.txt" --chown=alan:alan --progress /mnt/sda5/alan/ /mnt/sdb5/alan/
>
> myincludes.txt holds only those "dot" files that I want copied. i.e.
>
> /mnt/sda5/alan/.sane
>
> Can anyone tell why this isn't working?
>
> TIA, Alan
>
>
>

Re: rsync stalemate

<20230319222319.42048ce387c3a178717965d4@gmail.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=5516&group=alt.os.linux.mageia#5516

  copy link   Newsgroups: alt.os.linux.ubuntu alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: pinner...@gmail.com (pinnerite)
Newsgroups: alt.os.linux.ubuntu,alt.os.linux.mageia
Subject: Re: rsync stalemate
Date: Sun, 19 Mar 2023 22:23:19 +0000
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <20230319222319.42048ce387c3a178717965d4@gmail.com>
References: <20230318125056.e2cfa357c4d16cab0183c061@gmail.com>
<wwvileyry07.fsf@LkoBDZeT.terraraq.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: reader01.eternal-september.org; posting-host="6b1819e57b9c371df496a442c19d1f96";
logging-data="3358771"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18KkEvTz6J+zshY45NzdkeXa0DWwJuYW1k="
Cancel-Lock: sha1:SccEf4k+KXvvayMjAUpwRUqfcIg=
X-Newsreader: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu)
 by: pinnerite - Sun, 19 Mar 2023 22:23 UTC

On Sat, 18 Mar 2023 13:26:48 +0000
Richard Kettlewell <invalid@invalid.invalid> wrote:

> pinnerite <pinnerite@gmail.com> writes:
> > rsync -anrv --exclude=".*" include-from="myincludes.txt"
> > --chown=alan:alan --progress /mnt/sda5/alan/ /mnt/sdb5/alan/
>
> --include-from, not include-from.
Thank you. That cracked it.

Alan

--
Mint 20.3, kernel 5.4.0-139-generic, Cinnamon 5.2.7
running on an AMD Phenom II X4 Black edition processor with 16GB of DRAM.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor