wget --http-user=(ユーザ名) --http-passwd=(パスワード) -O (バックアップファイル名) '(1つ上のフォルダを示すURL)/manage_exportObject?download%3Aint=1&id=(フォルダのID)'
find . -ctime +(保存する日数) -exec rm {} \;