linux command
find ./ -mmin +10 -print -exec rm -rf {} \;
I'm using Dropbox for backup.
Would it be possible in the Dropbox Uploading Linux commands like above?If not you please add the above features?
Are you referring to using the Dropbox API? With the API, your app can choose what and when to upload. When it does want to upload something, it can then use the API calls e.g., /files_put to do so. After that, it can perform any cleanup necessary. That's all up to your and your app though.