For example I have a ubuntu server 20.04 with 200gb disk and 150gb of that storage is full.
And I want to backup the data in this system to a remote system.
- Is there a way to push all the data to S3 async?
- If I want to target a docker db and files inside a docker what should I do?
- I already have a backup system but as in this example when the storage is not enough. process will be cut in half when the system tries to save files to local file system.
What ways do I have to be able to save my system to a remote system? I have more than 100 servers like this and some of the servers are like 50gb full in 200gb and some are 1.3tb full in 1.6tb. So because some servers are this way. I am asking here.