=== Pintraj Backup ===
Contributors: pintraj
Tags: backup, restore, cloud, storage
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.8
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Encrypted WordPress backups for Pintraj Cloud and supported storage providers.

== Description ==

Encrypted WordPress backups for Pintraj Cloud and supported storage providers including AWS S3, Azure Blob, Google Cloud Storage, FTP, and local storage.

All backup files are encrypted client-side with AES-256-GCM before leaving your server. The default storage destination is your local server (no data is sent anywhere until you explicitly configure and choose a cloud provider).

== Installation ==

1. Upload the plugin to the /wp-content/plugins/ directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to Pintraj Backup → Settings, generate an encryption key, and choose a storage provider.
4. Optionally configure a backup schedule.

== External services ==

This plugin can connect to the following external services, depending on which storage provider you configure. No data is sent to any external service until you explicitly configure and enable that provider.

= Pintraj Cloud =

Pintraj Cloud is an optional encrypted backup storage service provided by Pintraj.

What is sent: your encrypted WordPress backup file (the encryption key never leaves your server). Site registration data (site URL, admin email) is sent when you register with Pintraj Cloud.

When: only when you choose "Pintraj Cloud" as your storage provider and run a backup or connect your account.

- Service: https://yukicares.cloud
- Terms of service: https://yukicares.cloud/terms
- Privacy policy: https://yukicares.cloud/privacy

= Amazon S3 =

Amazon S3 is an optional cloud storage provider by Amazon Web Services.

What is sent: your encrypted WordPress backup file. No unencrypted site data is transmitted.

When: only when you configure AWS credentials and choose "Amazon S3" as your storage provider.

- Service: https://aws.amazon.com/s3/
- Terms of service: https://aws.amazon.com/service-terms/
- Privacy policy: https://aws.amazon.com/privacy/

= Microsoft Azure Blob Storage =

Azure Blob Storage is an optional cloud storage provider by Microsoft.

What is sent: your encrypted WordPress backup file. No unencrypted site data is transmitted.

When: only when you configure Azure credentials and choose "Azure Blob" as your storage provider.

- Service: https://azure.microsoft.com/en-us/products/storage/blobs/
- Terms of service: https://azure.microsoft.com/en-us/support/legal/
- Privacy policy: https://privacy.microsoft.com/en-us/privacystatement

= Google Cloud Storage =

Google Cloud Storage is an optional cloud storage provider by Google.

What is sent: your encrypted WordPress backup file. No unencrypted site data is transmitted. An OAuth 2.0 token is obtained from https://oauth2.googleapis.com using your service account credentials.

When: only when you configure GCP credentials and choose "Google Cloud Storage" as your storage provider.

- Service: https://cloud.google.com/storage
- Terms of service: https://cloud.google.com/terms/
- Privacy policy: https://cloud.google.com/terms/cloud-privacy-notice

== Changelog ==

= 1.0.8 =
* Initial release.
