P

Bash script for backups

  • Thread starter Thread starter Pauly
  • Start date Start date
P

Pauly

Guest

Having recently migrated to a new server with more resources i am trying to update a bash script that takes a file dump of all domains to utilise multi thread compression to speed things up a bit
I have moved from centos to alma9 running centminmod so carrying scripts over from there

I use pbzip2 on my sql backups which are working fine and am trying to do the same on the file backups, can anyone help me modify or replace the below to do this please

Code:
Code:
#!/bin/bash
cd /home/nginx/domains/...

Read more

Continue reading...
 
Similar threads Most view View more
Back
Top Bottom