Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1011269 // thinAProgramsBackups - keeps all hourly backups in last 2 days, one per day in last 31 days, one per week after

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (11128L/62K).

svoid thinAProgramsBackups(S progID, bool doIt) {
  thinAProgramsBackups_v2(progID, doIt);
}

svoid thinAProgramsBackups(File dir, bool doIt) {
  thinAProgramsBackups_v2(dir, doIt);
}

Author comment

Began life as a copy of #1011258

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1011269
Snippet name: thinAProgramsBackups - keeps all hourly backups in last 2 days, one per day in last 31 days, one per week after
Eternal ID of this version: #1011269/17
Text MD5: f8f1057d4e9af6d1450a074dea5d3eb5
Transpilation MD5: 34ba86db93e3affb859109c421a8be0a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2025-04-22 15:32:34
Source code size: 189 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 632 / 838
Version history: 16 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1022822 - thinArbitraryDatedBackups - keeps all hourly backups in last 2 days, one per day in last 31 days, one per week after
#1038774 - BackupFileAge - calculates how old a backup file is in days from the file name
#1038776 - BackupThinner
#1038778 - thinAProgramsBackups_v2