How To Install drupal7-backup_migrate on Fedora 36

In this tutorial we learn how to install drupal7-backup_migrate in Fedora 36. drupal7-backup_migrate is Backup the Drupal database and files or migrate them to another environment

Introduction

In this tutorial we learn how to install drupal7-backup_migrate on Fedora 36.

What is drupal7-backup_migrate

Back up and restore your Drupal MySQL database, code, and files or migrate a site between environments. Backup and Migrate supports gzip, bzip and zip compression as well as automatic scheduled backups. With Backup and Migrate you can dump some or all of your database tables to a file download or save to a file on the server or offsite, and to restore from an uploaded or previously saved database dump. You can choose which tables and what data to backup and cache data is excluded by default. Features * Backup/Restore multiple MySQL databases and code * Backup of files directory is built into this version * Add a note to backup files * Smart delete options make it easier to manage backup files * Backup to FTP/S3/Email or NodeSquirrel.com * Drush integration * Multiple backup schedules * AES encryption for backups This package provides the following Drupal module * backup_migrate

We can use yum or dnf to install drupal7-backup_migrate on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install drupal7-backup_migrate.

Install drupal7-backup_migrate on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install drupal7-backup_migrate using dnf by running the following command:

sudo dnf -y install drupal7-backup_migrate

Install drupal7-backup_migrate on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install drupal7-backup_migrate using yum by running the following command:

sudo yum -y install drupal7-backup_migrate

How To Uninstall drupal7-backup_migrate on Fedora 36

To uninstall only the drupal7-backup_migrate package we can use the following command:

sudo dnf remove drupal7-backup_migrate

drupal7-backup_migrate Package Contents on Fedora 36

/usr/share/doc/drupal7-backup_migrate
/usr/share/doc/drupal7-backup_migrate/CHANGELOG.txt
/usr/share/doc/drupal7-backup_migrate/README.txt
/usr/share/drupal7/modules/backup_migrate
/usr/share/drupal7/modules/backup_migrate/backup_migrate.advanced_settings.inc
/usr/share/drupal7/modules/backup_migrate/backup_migrate.css
/usr/share/drupal7/modules/backup_migrate/backup_migrate.info
/usr/share/drupal7/modules/backup_migrate/backup_migrate.install
/usr/share/drupal7/modules/backup_migrate/backup_migrate.js
/usr/share/drupal7/modules/backup_migrate/backup_migrate.module
/usr/share/drupal7/modules/backup_migrate/includes
/usr/share/drupal7/modules/backup_migrate/includes/backup_migrate.drush.inc
/usr/share/drupal7/modules/backup_migrate/includes/crud.inc
/usr/share/drupal7/modules/backup_migrate/includes/destinations.browser.inc
/usr/share/drupal7/modules/backup_migrate/includes/destinations.db.inc
/usr/share/drupal7/modules/backup_migrate/includes/destinations.db.mysql.inc
/usr/share/drupal7/modules/backup_migrate/includes/destinations.email.inc
/usr/share/drupal7/modules/backup_migrate/includes/destinations.file.inc
/usr/share/drupal7/modules/backup_migrate/includes/destinations.ftp.inc
/usr/share/drupal7/modules/backup_migrate/includes/destinations.inc
/usr/share/drupal7/modules/backup_migrate/includes/destinations.s3.inc
/usr/share/drupal7/modules/backup_migrate/includes/files.inc
/usr/share/drupal7/modules/backup_migrate/includes/filters.backup_restore.inc
/usr/share/drupal7/modules/backup_migrate/includes/filters.compression.inc
/usr/share/drupal7/modules/backup_migrate/includes/filters.encryption.inc
/usr/share/drupal7/modules/backup_migrate/includes/filters.inc
/usr/share/drupal7/modules/backup_migrate/includes/filters.statusnotify.inc
/usr/share/drupal7/modules/backup_migrate/includes/filters.utils.inc
/usr/share/drupal7/modules/backup_migrate/includes/locations.inc
/usr/share/drupal7/modules/backup_migrate/includes/profiles.inc
/usr/share/drupal7/modules/backup_migrate/includes/schedules.inc
/usr/share/drupal7/modules/backup_migrate/includes/sources.archivesource.inc
/usr/share/drupal7/modules/backup_migrate/includes/sources.db.inc
/usr/share/drupal7/modules/backup_migrate/includes/sources.db.mysql.inc
/usr/share/drupal7/modules/backup_migrate/includes/sources.filesource.inc
/usr/share/drupal7/modules/backup_migrate/includes/sources.inc
/usr/share/drupal7/modules/backup_migrate/tests
/usr/share/drupal7/modules/backup_migrate/tests/BmTestBase.test
/usr/share/drupal7/modules/backup_migrate/tests/BmTestBasics.test
/usr/share/drupal7/modules/backup_migrate/tests/BmTestCtools.test
/usr/share/drupal7/modules/backup_migrate/tests/BmTestEmail.test
/usr/share/drupal7/modules/backup_migrate/tests/BmTestProfiles.test
/usr/share/drupal7/modules/backup_migrate/tests/BmTestUpdate7310.test
/usr/share/drupal7/modules/backup_migrate/tests/bm_test.info
/usr/share/drupal7/modules/backup_migrate/tests/bm_test.module
/usr/share/drupal7/modules/backup_migrate/tests/files
/usr/share/drupal7/modules/backup_migrate/tests/files/test.txt
/usr/share/licenses/drupal7-backup_migrate
/usr/share/licenses/drupal7-backup_migrate/LICENSE.txt

References

Summary

In this tutorial we learn how to install drupal7-backup_migrate on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).