mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 16:55:36 +00:00
4 lines
61 B
Python
4 lines
61 B
Python
#!/usr/bin/env python
|
|
from darc.archiver import main
|
|
main()
|
|
|