Remote destination

Configure SFTP for secure WordPress backups.

SFTP transfers backups over SSH, making it a better choice than plain FTP for production sites, private data and agency workflows.

What you need

  • SFTP host name or IP address.
  • Port, usually 22.
  • Username and password, or an SSH private key if supported by your setup.
  • Remote folder path for backup archives.
  • Enough disk space on the remote server.

Configuration Steps

  1. Open StifLi Backup Tools > Remote Destinations.
  2. Select SFTP.
  3. Enter host, port and username.
  4. Choose password or key-based authentication.
  5. Set the remote backup folder.
  6. Choose retention limits.
  7. Save and test the connection.
  8. Run a manual backup and verify the file on the SFTP server.

Recommended Settings

SettingRecommendation
AuthenticationUse SSH keys when available and keep the key dedicated to backups.
FolderUse a folder outside any public web directory.
PermissionsGrant access only to the backup folder, not the whole server.
RetentionUse automatic cleanup and monitor remote disk usage.

Troubleshooting

  • If login fails, confirm the SFTP user can log in from your hosting environment.
  • If uploads fail, check folder permissions and disk quota.
  • If key authentication fails, verify key format, passphrase support and allowed public keys on the server.