Skip to main content

Upload missing backup to Amazon S3

Comments

2 comments

  • NixTree
    Hi To manually upload you need to use the below command ## s3cmd put backup.tar.gz s3://yours3bucket/ If you do not have s3cmd command installed, then you might need to manually install it using below command # yum install s3cmd and then configure it using below command # s3cmd --configure Hope this helps
    0
  • cPanelMichael
    Hello, The instructions in the previous post should help. Note that it's possible a timeout issue prevented the upload during the initial backup process, as 400G is considered a very large backup archive to transfer to a remote destination. Thank you.
    0

Please sign in to leave a comment.