Hi,
After reading posts by posts, I backup is now incremental backup retaining on local backup directory which is
With that configuration, the problem is now transporting the backups to S3 compatible storage which doesn't support SSH thus
Now, since WHM doesn't support post backup scripts anymore, I am thinking to schedule a
After reading posts by posts, I backup is now incremental backup retaining on local backup directory which is
/mnt/home2/backup
. I am not sure if I can call that a local backup because it is as separate drive mounted for rearranging user accounts to save primary drive's storage. If I don't use that for backup, the primary drive can't hold that much data because the backup will be around 1TB soon. So, I am using incremental backup to reduce backup run time and load on server.With that configuration, the problem is now transporting the backups to S3 compatible storage which doesn't support SSH thus
rsync
can't be used to transport to that destination. Now, since WHM doesn't support post backup scripts anymore, I am thinking to schedule a
rclone sync
(not rsync) command cronjob while keeping a relative distance from backup cron. The problem is, I am not sure it is a good idea. In fact, I am thinking there should be better way. Kindly suggest.