Linux spg20.cloudpowerdns.com 5.14.0-611.35.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 25 03:46:09 EST 2026 x86_64
LiteSpeed
Server IP : 46.4.120.162 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : seatingsolutions
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib64 /
python3.9 /
site-packages /
borg /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-04-07 12:01
algorithms
[ DIR ]
drwxr-xr-x
2026-04-07 12:01
crypto
[ DIR ]
drwxr-xr-x
2026-04-07 12:01
helpers
[ DIR ]
drwxr-xr-x
2026-04-07 12:01
platform
[ DIR ]
drwxr-xr-x
2026-04-07 12:01
testsuite
[ DIR ]
drwxr-xr-x
2026-04-07 12:01
__init__.py
859
B
-rw-r--r--
2026-03-29 11:46
__main__.py
611
B
-rw-r--r--
2026-03-29 11:46
_version.py
32
B
-rw-r--r--
2026-03-29 11:46
archive.py
108.75
KB
-rw-r--r--
2026-03-29 11:46
archiver.py
295.71
KB
-rw-r--r--
2026-03-29 11:46
cache.py
56.11
KB
-rw-r--r--
2026-03-29 11:46
chunker.cpython-39-x86_64-linux-gnu.so
162.88
KB
-rwxr-xr-x
2026-03-29 11:46
compress.cpython-39-x86_64-linux-gnu.so
233.55
KB
-rwxr-xr-x
2026-03-29 11:46
constants.py
5.09
KB
-rw-r--r--
2026-03-29 11:46
fuse.py
32.59
KB
-rw-r--r--
2026-03-29 11:46
fuse_impl.py
866
B
-rw-r--r--
2026-03-29 11:46
hashindex.cpython-39-x86_64-linux-gnu.so
129.47
KB
-rwxr-xr-x
2026-03-29 11:46
item.cpython-39-x86_64-linux-gnu.so
322.3
KB
-rwxr-xr-x
2026-03-29 11:46
locking.py
16.05
KB
-rw-r--r--
2026-03-29 11:46
logger.py
8.91
KB
-rw-r--r--
2026-03-29 11:46
lrucache.py
1.71
KB
-rw-r--r--
2026-03-29 11:46
nanorst.py
6.81
KB
-rw-r--r--
2026-03-29 11:46
paperkey.html
64.48
KB
-rw-r--r--
2026-03-29 11:46
patterns.py
13.51
KB
-rw-r--r--
2026-03-29 11:46
platformflags.py
312
B
-rw-r--r--
2026-03-29 11:46
remote.py
55.39
KB
-rw-r--r--
2026-03-29 11:46
repository.py
80.89
KB
-rw-r--r--
2026-03-29 11:46
selftest.py
3.56
KB
-rw-r--r--
2026-03-29 11:46
shellpattern.py
2.25
KB
-rw-r--r--
2026-03-29 11:46
upgrader.py
13.24
KB
-rw-r--r--
2026-03-29 11:46
version.py
1.78
KB
-rw-r--r--
2026-03-29 11:46
xattr.py
5.85
KB
-rw-r--r--
2026-03-29 11:46
Save
Rename
from packaging.version import parse as parse_version # IMPORTANT keep imports from borg here to a minimum because our testsuite depends on # being able to import borg.constants and then monkey patching borg.constants.PBKDF2_ITERATIONS from ._version import version as __version__ _v = parse_version(__version__) __version_tuple__ = _v._version.release # assert that all semver components are integers # this is mainly to show errors when people repackage poorly # and setuptools_scm determines a 0.1.dev... version assert all(isinstance(v, int) for v in __version_tuple__), \ """\ broken borgbackup version metadata: %r version metadata is obtained dynamically on installation via setuptools_scm, please ensure your git repo has the correct tags or you provide the version using SETUPTOOLS_SCM_PRETEND_VERSION in your build script. """ % __version__