algent-al

borgmatic

Aug 13th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. name : borgmatic
  2. version : 1.5.9
  3. release : 1
  4. source :
  5. - https://projects.torsion.org/witten/borgmatic/archive/1.5.9.tar.gz : 383b6e993bd4a64b93e92bc44707a7132ce95bdcbdd801bec7d9bab1b36339e2
  6. homepage : https://torsion.org/borgmatic
  7. license : GPL-3.0-or-later
  8. component : system.utils
  9. summary : Simple, configuration-driven backup software for servers and workstations
  10. description: |
  11. borgmatic is simple, configuration-driven backup software for servers and workstations. Protect your files with client-side encryption. Backup your databases too. Monitor it all with integrated third-party services.
  12. rundeps :
  13. - borg
  14. - python-colorama
  15. - python-pykwalify
  16. - python-requests
  17. build : |
  18. %python3_setup
  19. install : |
  20. %python3_install
  21.  
  22. install -dm00644 $installdir/etc/systemd/system
  23. install -dm00644 $installdir/usr/share/doc/borgmatic/sample/cron
  24.  
  25. install -Dm00644 sample/cron/borgmatic $installdir/usr/share/doc/borgmatic/sample/cron
  26. install -Dm00644 sample/systemd/borgmatic* $installdir/etc/systemd/system
Add Comment
Please, Sign In to add comment