Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. /etc/cron.daily/borgmatic:
  2. Traceback (most recent call last):
  3. File "/usr/local/bin/borgmatic", line 7, in <module>
  4. from borgmatic.commands.borgmatic import main
  5. File "/usr/local/lib/python3.6/dist-packages/borgmatic/commands/borgmatic.py", line 22, in <module>
  6. from borgmatic.config import checks, collect, convert, validate
  7. File "/usr/local/lib/python3.6/dist-packages/borgmatic/config/convert.py", line 3, in <module>
  8. from ruamel import yaml
  9. ModuleNotFoundError: No module named 'ruamel'
  10. run-parts: /etc/cron.daily/borgmatic exited with return code 1
  11.  
  12. /etc/cron.daily/borgmatic:
  13. Traceback (most recent call last):
  14. File "/usr/local/bin/borgmatic", line 7, in <module>
  15. from borgmatic.commands.borgmatic import main
  16. ModuleNotFoundError: No module named 'borgmatic'
  17. run-parts: /etc/cron.daily/borgmatic exited with return code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement