mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-21 06:07:18 -04:00
5 lines
62 B
Text
5 lines
62 B
Text
|
|
#!/usr/bin/env python
|
||
|
|
from attic.archiver import main
|
||
|
|
main()
|
||
|
|
|