You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Description: The most complete WordPress solution for Backup, Restoration, Migration, and Deployment to the same host or a new domain. Backs up a customizable selection of files, settings, and content for a complete snapshot of your site. Stash Live feature allows for real-time live backups to the cloud.
$pb_backupbuddy_destination_errors[] = __( 'Error #48933: This destination is currently disabled. Enable it under this destination\'s Advanced Settings.', 'it-l10n-backupbuddy' );
@@ -494,19 +494,16 @@ public static function listFiles( $settings = array() ) {
494
494
495
495
} // End listFiles().
496
496
497
-
498
-
499
-
/* getFile()
500
-
*
497
+
/**
501
498
* Download a file to local.
502
499
*
503
-
* @param array $settings Destination settings.
504
-
* @param string $remote_file Remote file to retrieve. Filename only. Directory, path, bucket, etc handled in $destination_settings.
505
-
* @param string $local_file Local file to save to.
506
-
* @return array|boolean Array of items in directory OR bool FALSE on failure.
500
+
* @param array $settings Destination settings.
501
+
* @param string $remote_file Remote file to retrieve. Filename only. Directory, path, bucket, etc handled in $destination_settings.
502
+
* @param string $local_file Local file to save to.
503
+
*
504
+
* @return array|bool Array of items in directory OR bool FALSE on failure.
0 commit comments