R remics Verified User Joined Aug 6, 2019 Messages 61 Jun 28, 2021 #1 Is there any plugin for DirectAdmin that can send backups to s3 storage?
factor Verified User Joined Jul 22, 2017 Messages 3,748 Location USA Jun 28, 2021 #2 No free plugins I know of. Did you check out rclone?
V vancanneyt Verified User Joined Dec 13, 2012 Messages 93 Jun 28, 2021 #3 Install s3cmd (S3 command line tools). Info: https://s3tools.org/s3cmd-howto dnf install s3cmd s3cmd --configure After it has been configured, create script /usr/local/directadmin/scripts/custom/all_backups_post.sh Code: #!/bin/bash s3cmd sync /backupdir s3://bucketname chmod 700 all_backups_post.sh Done
Install s3cmd (S3 command line tools). Info: https://s3tools.org/s3cmd-howto dnf install s3cmd s3cmd --configure After it has been configured, create script /usr/local/directadmin/scripts/custom/all_backups_post.sh Code: #!/bin/bash s3cmd sync /backupdir s3://bucketname chmod 700 all_backups_post.sh Done
H hmaddy Verified User Joined Apr 17, 2019 Messages 288 Jun 29, 2021 #4 you can use s3 command line interfaces and do the backups in cron.
S sitepape New member Joined Oct 26, 2022 Messages 2 Apr 28, 2023 #5 Jetbackup is also added s3 option as an experimental feature. Tried it in one of my HostPape servers. work like charm.
Jetbackup is also added s3 option as an experimental feature. Tried it in one of my HostPape servers. work like charm.
Active8 Verified User Joined Jul 13, 2013 Messages 1,854 Apr 28, 2023 #6 sitepape said: Jetbackup is also added s3 Click to expand... But the question was (2 years ago! ): Free plugin to backup to S3 in DirectAdmin Click to expand...
sitepape said: Jetbackup is also added s3 Click to expand... But the question was (2 years ago! ): Free plugin to backup to S3 in DirectAdmin Click to expand...
SimpleSonic Verified User Joined Dec 22, 2022 Messages 26 Apr 28, 2023 #7 Active8 said: But the question was (2 years ago! ): Click to expand... And JetBackup isn’t free.