We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$ ssh-keygen -t rsa
$ ssh-copy-id username@backup_server
mysqldump -u user -ppassword pegr_db > /path/to/pegr_sync.sql rsync -avzhe 'ssh' /path/to/pegr_sync.sql username@backup_server:~ ssh username@backup_server 'mysql -u user -ppassword pegr_db < pegr_sync.sql' rsync -avz /path/to/files/ username@backup_server:/path/to/files
$ crontab -e
5 1 * * * bash /path/to/sync.sh >> /path/to/sync.log 2>&1
The above cron job will run the sync.sh script at 1:05 am every day.
Home
What is PEGR?
Configurations
Deployment
CI Logon
Authentication and authorization
Admin
Projects
Sample submission form
Re-assign cohort to another project
Kicking off analysis pipeline
PEGR communication with NGS preprocessing scripts
Analysis workflow tracking and quality control dashboard
PEGR-Galaxy workflow
Sequencing reports
Modularized reports
Synchronize database
Server maintenance