MANIFEST.in
README.md
setup.py
stdeb.cfg
backups/__init__.py
backups/compress.py
backups/encrypt.py
backups/exceptions.py
backups/main.py
backups/stats.py
backups/destinations/__init__.py
backups/destinations/b2.py
backups/destinations/destination.py
backups/destinations/dropbox.py
backups/destinations/gdrive.py
backups/destinations/gs.py
backups/destinations/local.py
backups/destinations/minio.py
backups/destinations/s3.py
backups/destinations/samba.py
backups/notifications/__init__.py
backups/notifications/cloudflare_backup_registry.py
backups/notifications/discord.py
backups/notifications/elasticsearch.py
backups/notifications/flagfile.py
backups/notifications/matrix.py
backups/notifications/notification.py
backups/notifications/prometheus.py
backups/notifications/slack.py
backups/notifications/smtp.py
backups/notifications/telegram.py
backups/sources/__init__.py
backups/sources/azure_managed_disk.py
backups/sources/folder.py
backups/sources/folderssh.py
backups/sources/lvmssh.py
backups/sources/mysql.py
backups/sources/mysqlssh.py
backups/sources/postgresql.py
backups/sources/rds.py
backups/sources/rdspostgresql.py
backups/sources/sftpfolder.py
backups/sources/snapshot.py
backups/sources/source.py
rossigee_backups.egg-info/PKG-INFO
rossigee_backups.egg-info/SOURCES.txt
rossigee_backups.egg-info/dependency_links.txt
rossigee_backups.egg-info/entry_points.txt
rossigee_backups.egg-info/requires.txt
rossigee_backups.egg-info/top_level.txt
tests/test_b2.py
tests/test_core.py
tests/test_destinations.py
tests/test_dropbox.py
tests/test_edge_cases.py
tests/test_gdrive.py
tests/test_local.py
tests/test_minio.py
tests/test_notifications.py
tests/test_rds.py
tests/test_sources.py