Changes between Version 11 and Version 12 of HowtoMirrors
- Timestamp:
- Jul 8, 2013, 6:44:03 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoMirrors
v11 v12 6 6 7 7 === Requeriments === 8 You need to have a good bandwith and if you have a monthly limit you need to control that is not exceeded. The size is around 20 Gb of disk spacein order to keep some variety of isos (2-3 previous versions and derivated versions).8 The '''size is around 20 Gb of disk space''' in order to keep some variety of isos (2-3 previous versions and derivated versions). 9 9 10 10 The synchronization of the ISO repository is automatically managed using rsync+ssh. So we simply need an '''ssh login''' access and having '''rsync''' installed. … … 18 18 In the future, if you need to disable your mirror in the future you can do it by disabling/remove the subdomain access (not being able to connect to it, giving a 404 error), our future website will detect it and ignore the mirror from its list. 19 19 20 === Extra Requeriments===20 === Setup Configuration === 21 21 22 22 It is basically needed a ssh login and rsync installed, but if you can, please directly the public ssh key (ssh login will be made with the ssh key, not directly with password), the public key that you need to add in .ssh/authorized_keys is: … … 27 27 === Space and Bandwith === 28 28 29 We don't have actual download numbers, but keep in mind that if you don't have one of these ''supa-nice-bandwidth'' that you will never use that much, just forget the idea. There are many downloads of the ISOs. Do not be scared, the max. bandwidth used for ''icedslash'' in a month was '''150 gb''' 29 We don't have actual download numbers, but keep in mind that if you don't have one of these ''supa-nice-bandwidth'' that you will never use that much, just forget the idea. There are many downloads of the ISOs. Do not be scared, the max. bandwidth used for ''icedslash'' in a month was '''150 gb''' transfer. 30 30 31 31 The size needed to store the ISOs will vary, though it has never been more than 5gb (think about some isos in a directory), but if the limit is set to 10gb that would be nice :) … … 39 39 == Mirror for Repository == 40 40 41 There you will need a lot more storage space. The repository is approx. 50 gb. If you have a very good host with very good speed and very good bandwith you will be able to mirror the repository too :). The only '''real requirement''' of this is that you maintain a long-time host. We do not want to have to change the 'sources.list' in the future due to a broken repository that will not connect anymore (in any case, it could be fixed by changing the DNS)41 There you will need a lot more storage space. The size needed is approx. 100 gb for containing all the possible packages. The only requirement for this is that you are not using a ''temporal'' hosting but maintaining a long-time host, in order to not edit the dns redirections all the time. 42 42 43 The special requirement of this is that you will be able to add a subdomain of a domain that you don't own, for example '' asia.repository.elive-systems.com'', you don't own the domain ''elive-systems.com'' but your mirror needs to accept this address in order to understand the redirectfrom the real domain.43 The special requirement of this is that you will be able to add a subdomain of a domain that you don't own, for example ''yourname.asia.repository.elivecd.org'', in fact you don't own the domain ''elivecd.org'' but your mirror needs to accept this address in order to understand the redirection from the real domain. 44 44 45 Actually we have these two ones: 46 * US - (Los Angeles): By the Elive Servers 47 * Europe - (France): By Icedslash 45 The created domain needs to point to a directory in the home of the new created user for this purpose, where we will sync the repositories automatically when its needed, we need the same ssh setup as explained in the '''Mirror of isos''' previous section. 46 47 After to have this ready, contact Thanatermesis for finish the setup 48