Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cronを使用して、2時間ごとにs3でmongodbバックアップを取得してアップロードしています。
17 */2 * * *
ここで、過去 7 日間のすべてのファイルを保持し、7 日後に s3 からすべてのファイルを削除したいが、1 つのバックアップを 1 日間保持したい。
S3cmdを使用しています。
どうやってやるの?