Hi,
On Fri, 23 Feb 2018 04:09:07 +0900,
James Moe via rsync wrote:
> 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="B
I am thinking that multiplied was the wrong word to use there. Exit
codes are 0-255 (an unsigned int). If they go higher than that they
loop. So, an exit 256 is considered good while an exit 257 is really an
exit 1.
I had math on the brain because the first thing I did was pop up a
calculator a
It is an exit 0 (success) that is being multiplied by 23 for some reason
and whatever (shell?) is running rsync doesn't recognize that.
On 02/22/2018 02:09 PM, James Moe via rsync wrote:
> rsync v3.1.0
> linux v4.4.104-39-default x86_64
>
> Found in the system log:
>
> 2018-02-22T05:02:00-070
https://bugzilla.samba.org/show_bug.cgi?id=13266
--- Comment #4 from Chris Tipper ---
Model: iMac 4K (2015)
Platform: macOS 10.13.3
Storage: APFS running on APPLE SSD SM0512G
Symptom: 5% throughput over Gigabit LAN compared to rsync 3.1.2 (4Mb/s vs
100Mb/s)
The target machine is FreeBSD 11.1 ru
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="BA
When in doubt, --dry-run --itemize-changes.
In fact, don't even bother with -v and not --itemize-changes.
Also, see --update.
On 02/22/2018 06:42 AM, Morgan Read via rsync wrote:
> Hello list,
>
> See verbose background below[1]
>
> I've just backed up my oldmachine that I have been using recen
https://bugzilla.samba.org/show_bug.cgi?id=13266
--- Comment #3 from Daniel Shepherd ---
Have tested this with a 2016 MacBook that also has the "AP" SSD controller and
can confirm the same performance issue.
So it's not just new machines, it's any Mac with an "AP" SSD formatted with
APFS.
--
Y
Hello list,
See verbose background below[1]
I've just backed up my oldmachine that I have been using recently to an
external drive with:
sudo rsync -avuAESX /home /run/media/mylogin/Backup/home
I have a newmachine that I want to back up to the same destination and
merge to that backup becaus