ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,081
- Points
- 823
Reputation:
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:
Read more
Continue reading...
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...