redmop / sanoid

Policy-driven snapshot management and replication tools. Currently using ZFS for underlying next-gen storage, with explicit plans to support btrfs when btrfs becomes more reliable. Primarily intended for Linux, but BSD use is supported and reasonably frequently tested.
http://www.openoid.net/products/
GNU General Public License v3.0
2 stars 0 forks source link

Sanoid - Set specific times for snapshots #1

Open redmop opened 8 years ago

redmop commented 8 years ago

Weekly_day Weekly_time Daily_time Monthly_day (allow last day of the month) Monthly_time

If no snapshots of a specific time exist, still take immediately. If snapshots are older than the time interval, take immediately, then again at the requested time

redmop commented 8 years ago

Weekly time includes min and hour. May need to break this up.

redmop commented 8 years ago

Handle not always on. AKA If snapshot daily is over 24 hours old, take immediately, and again at the requested time (even if less than 24 hours)

redmop commented 8 years ago

Ok, well, this is mostly done already. We just need weeky_day, weekly_hour, weekly_min.

I'll drop end of month stuff because beginning is already there.

redmop commented 8 years ago

Weekly is in testing now.