-
Notifications
You must be signed in to change notification settings - Fork 0
/
buConfigs.pl
executable file
·32 lines (31 loc) · 1.26 KB
/
buConfigs.pl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
buEmailFromName => "Ms. Backups ",
buEmailFromAddr => "backups\@stephen-mcgregor.com",
buEmailFromAddr => "[email protected]",
buEmailToAddrs => [ "[email protected]" ],
buNeverListFilename => "/home/backup/neverBackUp_regExps.lst",
buLocalStoreDir => "/home/backup/remoteBackups_localCopies/",
buHistoryDir => "/home/backup/tobu_buHistory/",
buStandardLinksDir => "/home/backup/tobu_core_bu_links/",
buIndivLinksDir => "/home/backup/tobu_files_links/",
buFilesNoDelAfter => "/home/backup/tobu_files_keepmeAfterBU/",
buFilesDelAfter => "/home/backup/tobu_files_delmeAfterBU/",
buTimeFile => "/tmp/bu/backupTimeFile.tmp",
buTempArchive => "/tmp/bu/buTempArchive.tar",
buTempFileList => "/tmp/bu/buTempFileList.txt",
buPassword => "zzz---password-here---zzz",
buMinBuFilesAndDirs => 4,
buArchiveMaxSize_K => 7000, # kilobytes
buStartOfSubLine => "backup: ",
buFileListingHeader => "\n\nThis is a tar of *.gz files, not a *.tgz\n\n",
buWorkDir => "/tmp/bu/",
buStoreHistFilesToKeep => {
day => 9,
week => 5,
month => 3,
},
buListingFilesToKeep => {
day => 21,
week => 8,
month => 24,
},
buAllListingsName => "allRecentBackupContentsListings",