What is exit code 5888?

SATOH Fumiyasu fumiyas at osstech.co.jp
Fri Feb 23 01:54:03 UTC 2018


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="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?

Maybe:

$ python3 -c 'import os; print(os.WEXITSTATUS(5888))'
23

See also waitpid(2) manpage and `pydoc os` to see WEXITSTATUS() and others.

-- 
-- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp)
-- Business Home: https://www.OSSTech.co.jp/
-- GitHub Home: https://GitHub.com/fumiyas/
-- PGP Fingerprint: BBE1 A1C9 525A 292E 6729  CDEC ADC2 9DCA 5E1C CBCA



More information about the rsync mailing list