Categories: AsperaIBM

Aspera Faspex Automated Backups

Introduction


IBM Aspera Faspex is a file exchange application built on IBM Aspera High-Speed Transfer Server as a centralized transfer solution. With a web-based graphical user interface, Faspex offers more advanced management options for FASP high-speed transfer to match your organization’s workflow.  

This article describes how to configure automated backups for Aspera Faspex.  

Note: Faspex HA (High Availability) is not covered here as backup steps are different for HA. The HA Configuration steps already include automated backup configuration instructions. 

Files to Backup After Faspex Installation


The following files may be needed if the Faspex Web Application needs to move to a new server. It is suggested to store these off the server. These only need to be collected one time or again if they are updated/changed: 
/opt/aspera/faspex/faspex.rb.yml 
/opt/aspera/faspex/config(faspex.yml, secret.yml) 
/opt/aspera/faspex/lib/daemons/np/etc/keystore.jks 
/opt/aspera/common/apache/conf/(*.key and *.crt) 
/opt/aspera/common/mysql/database.rb.yml 

Faspex Backing up via Command Line


The following script needs to be called root. It will create a backup folder in the backup path /opt/aspera/faspex/backup:  
asctl faspex:backup_database 

Faspex Automated Backup


This example will collect a daily backup of Faspex at midnight. Then at 12:01 AM remove backups that are older than 14 days from the target directory.

Schedule a crontab job to run the backup and cleanup by adding the following lines to root crontab. Open crontab in edit mode: 
crontab –e 

Add the following lines: 

# Faspex Auto Daily Backup 
0 0 * * * asctl faspex:backup_database >/dev/null 2>&1 

# Faspex Delete Backups older then 14 days 
1 0 * * * /usr/bin/find /opt/aspera/faspex/backup/ -type d -mtime +14 -exec rm -r {} \; 

To learn more about PacGenesis, follow @PacGenesis on FacebookTwitter, and LinkedIn, or visit us at pacgenesis.com.

512-766-8715

YMP Admin

Recent Posts

BlueHammer: The Windows Zero-Day Exploit That Turns Microsoft Defender Into a Privilege Escalation Weapon

On April 3, 2026, a security researcher dropped a fully functional zero-day exploit on GitHub…

1 week ago

The CareCloud Data Breach: What Healthcare Organizations Need to Know About the talkEHR Security Incident

On March 16, 2026, hackers gained access to one of CareCloud's electronic health record environments…

1 week ago

Are File Sharing Services Like Box.com Secure? What to Know Before Trusting the Cloud

Why File Sharing Services Are So Widely Used File sharing platforms such as Box.com have…

2 weeks ago

What Does CISA Stand For? The Cybersecurity and Infrastructure Security Agency and the CISA Certification Explained

The acronym "CISA" carries two distinct meanings, and both matter to any organization operating in…

1 month ago

Stryker Cyberattack News: Iranian Hackers Launch Destructive Cyber Attack on a US Medical Technology Giant

On March 11, 2026, medical technology giant Stryker confirmed that Stryker is experiencing a global…

1 month ago

Are Public Wi-Fi Networks Safe for File Transfers? Understanding the Risks and Safer Alternatives

Why Public Wi-Fi Raises Security Concerns Public Wi-Fi networks are everywhere. Airports, hotels, cafes, and…

1 month ago