mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-22 15:28:57 +00:00
4 lines
62 B
Python
4 lines
62 B
Python
#!/usr/bin/env python
|
|
from attic.archiver import main
|
|
main()
|
|
|