I'm trying to create a BASH script that performs an automated backup of local files.
Context: Main folder already present on Box.
1000 users will have this automated.
Bash script automation steps:
User1:
- Create Box subfolder (naming convention: username, date) < — Only user that has rights to this folder is the user that created it
- Create subfolder1, subfolder2, subfolder3
- tar local machine folder1 contents, folder2 contents, folder3 contents
- Move all tar files to their respective folders on Box
(end)
I'm new to Box APIs, so any pointers on how and where to start would be appreciated.