What does it mean when Duplicity exits with exit status 23? [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












1















I'm running Duplicity for backup of my desktop to a remote storage. Everything has been working fine, but now I see in my log that Duplicity has been exiting with exit status 23 for a couple of runs. As of what I can see the backups are running and the backups are uploaded to the remote computer.



The exit status 23 seems to only happen when it's run in the background as a cron-job. When I run the backup script manually I get a 0 exit status.



Duplicity's man page lacks info on the meanings of the programs exit statuses, so I don't really know where to start.



cat syslog.1 outputs:



...



Jan 23 12:54:35 xx anacron[998]: Job `cron.daily' started
Jan 23 12:54:35 xx anacron[4241]: Updated timestamp for job `cron.daily' to 2019-01-23
Jan 23 12:54:45 xx kernel: [ 322.467223] EXT4-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
Jan 23 12:54:45 xx kernel: [ 322.473997] EXT4-fs (sdb1): recovery complete
Jan 23 12:54:45 xx kernel: [ 322.474404] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
Jan 23 12:55:03 xx kernel: [ 340.754000] EXT4-fs (sdc): recovery complete
Jan 23 12:55:03 xx kernel: [ 340.794089] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: (null)


...










share|improve this question















closed as unclear what you're asking by Christopher, meuh, RalfFriedl, roaima, LukeM Jan 23 at 4:24


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















  • Please post more details. Duplicity's exit code 23 is "user error," as shown by the source on the Web.

    – Christopher
    Jan 21 at 20:24







  • 1





    What's the error output from cron? (It's probably being emailed to your local user account.)

    – roaima
    Jan 22 at 21:51











  • @Christopher, Interesting, could you cite the source for that?

    – PetaspeedBeaver
    Jan 23 at 11:59






  • 1





    It's in log.py of any release such as... bazaar.launchpad.net/~duplicity-team/duplicity/0.8-series/view/…

    – Christopher
    Jan 23 at 12:23











  • @roaima Good point! Will look into that!

    – PetaspeedBeaver
    Jan 24 at 19:37















1















I'm running Duplicity for backup of my desktop to a remote storage. Everything has been working fine, but now I see in my log that Duplicity has been exiting with exit status 23 for a couple of runs. As of what I can see the backups are running and the backups are uploaded to the remote computer.



The exit status 23 seems to only happen when it's run in the background as a cron-job. When I run the backup script manually I get a 0 exit status.



Duplicity's man page lacks info on the meanings of the programs exit statuses, so I don't really know where to start.



cat syslog.1 outputs:



...



Jan 23 12:54:35 xx anacron[998]: Job `cron.daily' started
Jan 23 12:54:35 xx anacron[4241]: Updated timestamp for job `cron.daily' to 2019-01-23
Jan 23 12:54:45 xx kernel: [ 322.467223] EXT4-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
Jan 23 12:54:45 xx kernel: [ 322.473997] EXT4-fs (sdb1): recovery complete
Jan 23 12:54:45 xx kernel: [ 322.474404] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
Jan 23 12:55:03 xx kernel: [ 340.754000] EXT4-fs (sdc): recovery complete
Jan 23 12:55:03 xx kernel: [ 340.794089] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: (null)


...










share|improve this question















closed as unclear what you're asking by Christopher, meuh, RalfFriedl, roaima, LukeM Jan 23 at 4:24


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















  • Please post more details. Duplicity's exit code 23 is "user error," as shown by the source on the Web.

    – Christopher
    Jan 21 at 20:24







  • 1





    What's the error output from cron? (It's probably being emailed to your local user account.)

    – roaima
    Jan 22 at 21:51











  • @Christopher, Interesting, could you cite the source for that?

    – PetaspeedBeaver
    Jan 23 at 11:59






  • 1





    It's in log.py of any release such as... bazaar.launchpad.net/~duplicity-team/duplicity/0.8-series/view/…

    – Christopher
    Jan 23 at 12:23











  • @roaima Good point! Will look into that!

    – PetaspeedBeaver
    Jan 24 at 19:37













1












1








1








I'm running Duplicity for backup of my desktop to a remote storage. Everything has been working fine, but now I see in my log that Duplicity has been exiting with exit status 23 for a couple of runs. As of what I can see the backups are running and the backups are uploaded to the remote computer.



The exit status 23 seems to only happen when it's run in the background as a cron-job. When I run the backup script manually I get a 0 exit status.



Duplicity's man page lacks info on the meanings of the programs exit statuses, so I don't really know where to start.



cat syslog.1 outputs:



...



Jan 23 12:54:35 xx anacron[998]: Job `cron.daily' started
Jan 23 12:54:35 xx anacron[4241]: Updated timestamp for job `cron.daily' to 2019-01-23
Jan 23 12:54:45 xx kernel: [ 322.467223] EXT4-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
Jan 23 12:54:45 xx kernel: [ 322.473997] EXT4-fs (sdb1): recovery complete
Jan 23 12:54:45 xx kernel: [ 322.474404] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
Jan 23 12:55:03 xx kernel: [ 340.754000] EXT4-fs (sdc): recovery complete
Jan 23 12:55:03 xx kernel: [ 340.794089] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: (null)


...










share|improve this question
















I'm running Duplicity for backup of my desktop to a remote storage. Everything has been working fine, but now I see in my log that Duplicity has been exiting with exit status 23 for a couple of runs. As of what I can see the backups are running and the backups are uploaded to the remote computer.



The exit status 23 seems to only happen when it's run in the background as a cron-job. When I run the backup script manually I get a 0 exit status.



Duplicity's man page lacks info on the meanings of the programs exit statuses, so I don't really know where to start.



cat syslog.1 outputs:



...



Jan 23 12:54:35 xx anacron[998]: Job `cron.daily' started
Jan 23 12:54:35 xx anacron[4241]: Updated timestamp for job `cron.daily' to 2019-01-23
Jan 23 12:54:45 xx kernel: [ 322.467223] EXT4-fs (sdb1): warning: maximal mount count reached, running e2fsck is recommended
Jan 23 12:54:45 xx kernel: [ 322.473997] EXT4-fs (sdb1): recovery complete
Jan 23 12:54:45 xx kernel: [ 322.474404] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
Jan 23 12:55:03 xx kernel: [ 340.754000] EXT4-fs (sdc): recovery complete
Jan 23 12:55:03 xx kernel: [ 340.794089] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: (null)


...







backup duplicity exit-code






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 23 at 13:20







PetaspeedBeaver

















asked Jan 21 at 19:59









PetaspeedBeaverPetaspeedBeaver

4951620




4951620




closed as unclear what you're asking by Christopher, meuh, RalfFriedl, roaima, LukeM Jan 23 at 4:24


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









closed as unclear what you're asking by Christopher, meuh, RalfFriedl, roaima, LukeM Jan 23 at 4:24


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • Please post more details. Duplicity's exit code 23 is "user error," as shown by the source on the Web.

    – Christopher
    Jan 21 at 20:24







  • 1





    What's the error output from cron? (It's probably being emailed to your local user account.)

    – roaima
    Jan 22 at 21:51











  • @Christopher, Interesting, could you cite the source for that?

    – PetaspeedBeaver
    Jan 23 at 11:59






  • 1





    It's in log.py of any release such as... bazaar.launchpad.net/~duplicity-team/duplicity/0.8-series/view/…

    – Christopher
    Jan 23 at 12:23











  • @roaima Good point! Will look into that!

    – PetaspeedBeaver
    Jan 24 at 19:37

















  • Please post more details. Duplicity's exit code 23 is "user error," as shown by the source on the Web.

    – Christopher
    Jan 21 at 20:24







  • 1





    What's the error output from cron? (It's probably being emailed to your local user account.)

    – roaima
    Jan 22 at 21:51











  • @Christopher, Interesting, could you cite the source for that?

    – PetaspeedBeaver
    Jan 23 at 11:59






  • 1





    It's in log.py of any release such as... bazaar.launchpad.net/~duplicity-team/duplicity/0.8-series/view/…

    – Christopher
    Jan 23 at 12:23











  • @roaima Good point! Will look into that!

    – PetaspeedBeaver
    Jan 24 at 19:37
















Please post more details. Duplicity's exit code 23 is "user error," as shown by the source on the Web.

– Christopher
Jan 21 at 20:24






Please post more details. Duplicity's exit code 23 is "user error," as shown by the source on the Web.

– Christopher
Jan 21 at 20:24





1




1





What's the error output from cron? (It's probably being emailed to your local user account.)

– roaima
Jan 22 at 21:51





What's the error output from cron? (It's probably being emailed to your local user account.)

– roaima
Jan 22 at 21:51













@Christopher, Interesting, could you cite the source for that?

– PetaspeedBeaver
Jan 23 at 11:59





@Christopher, Interesting, could you cite the source for that?

– PetaspeedBeaver
Jan 23 at 11:59




1




1





It's in log.py of any release such as... bazaar.launchpad.net/~duplicity-team/duplicity/0.8-series/view/…

– Christopher
Jan 23 at 12:23





It's in log.py of any release such as... bazaar.launchpad.net/~duplicity-team/duplicity/0.8-series/view/…

– Christopher
Jan 23 at 12:23













@roaima Good point! Will look into that!

– PetaspeedBeaver
Jan 24 at 19:37





@roaima Good point! Will look into that!

– PetaspeedBeaver
Jan 24 at 19:37










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)