Re: Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-11-28 Thread James Moe via rsync
On 2021-11-28 13:22, Mario Marietto via rsync wrote:

> What happens now if I stop the transfer ?
>
  The partial output file is deleted.

> I imagine that I can't resume it. 
>
  True.

> Do you think that it is a good idea to stop now
> (I've copied 70 mb over 200) and to restart the transfer
> using cp -au ?
>
  What does "70 mb over 200" mean?
(nit: mb = milli-bit; MB = mega-byte)
  The "u" option only means "update," not resume.
  "man cp" is your friend.

-- 
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
Think.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: What is exit code 5888?

2018-02-23 Thread James Moe via rsync
On 02/22/2018 12:09 PM, James Moe via rsync wrote:

>   Code 35 is the highest code value I could find.
>   How should code 5888 be interpreted?
>
  As y'all have noted, 5888 / 256 = 23. That is rsync code for "could
not open all selected files for transfer." And, yes, that was the case.
  Thank you!

-- 
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
Think.



signature.asc
Description: OpenPGP digital signature
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

What is exit code 5888?

2018-02-22 Thread James Moe via rsync
rsync v3.1.0
linux v4.4.104-39-default x86_64

  Found in the system log:

2018-02-22T05:02:00-0700 sma-server3 python3[31371]: backintime
(sma-user3x/3): WARNING: Command "rsync -rtDHh --links --no-p --no-g
--no-o --info=progress2 --no-i-r  --delete --delete-excluded  -i
--dry-run --out-format="BACKINTIME: %i %n%L" --chmod=Du+wx
--exclude="/bkp/cgate-backintime"
--exclude="/home/sma-user3x/.local/share/backintime"
--exclude=".local/share/backintime/mnt"
--include="/data01/var/CommuniGate/" --include="/data01/var/"
--include="/data01/" --exclude=".gvfs" --exclude=".cache/*"
--exclude=".thumbnails*" --exclude="[Tt]rash*" --exclude="*.backup*"
--exclude="*~" --exclude=".dropbox*" --exclude="/proc/*"
--exclude="/sys/*" --exclude="/dev/*" --exclude="/run/*"
--exclude="/etc/mtab" --exclude="/var/cache/apt/archives/*.deb"
--exclude="lost+found/*" --exclude="/tmp/*" --exclude="/var/tmp/*"
--exclude="/var/backups/*" --exclude=".Private"
--include="/data01/var/CommuniGate/**" --exclude="*" /
"/bkp/cgate-backintime/backintime/sma-server3/sma-user3x/3/20180221-050005-107/backup/""
returns 5888

  Code 35 is the highest code value I could find.
  How should code 5888 be interpreted?

-- 
James Moe
moe dot james at sohnen-moe dot com
520.743.3936
Think.



signature.asc
Description: OpenPGP digital signature
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html