mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-31 11:36:36 +00:00 
			
		
		
		
	Move file sync to separate file
This commit is contained in:
		
							
								
								
									
										30
									
								
								_includes/sections/file-sync.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								_includes/sections/file-sync.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,30 @@ | |||||||
|  | <h1 id="sync" class="anchor"><a href="#sync"><i class="fas fa-link anchor-icon"></i></a> Secure File Sync Software</h1> | ||||||
|  |  | ||||||
|  | <div class="row mb-2"> | ||||||
|  |  | ||||||
|  |   {% include card.html color="success" | ||||||
|  |   title="SparkleShare" | ||||||
|  |   image="assets/img/tools/SparkleShare.png" | ||||||
|  |   url="https://sparkleshare.org/" | ||||||
|  |   footer="OS: Windows, macOS, Linux." | ||||||
|  |   description="SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically | ||||||
|  |   kept in sync with both the host and all of your peers when someone adds, removes or edits a file." | ||||||
|  |   %}    {% include card.html color="primary" | ||||||
|  |   title="Syncthing" | ||||||
|  |   image="assets/img/tools/Syncthing.png" | ||||||
|  |   url="https://syncthing.net/" | ||||||
|  |   footer="OS: Windows, macOS, Linux, Android, BSD, Solaris." | ||||||
|  |   description="Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to | ||||||
|  |   choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet." | ||||||
|  |   %} | ||||||
|  |  | ||||||
|  | </div> | ||||||
|  |  | ||||||
|  | <h3>Worth Mentioning</h3> | ||||||
|  |  | ||||||
|  | <ul> | ||||||
|  |   <li> | ||||||
|  |     <a href="https://git-annex.branchable.com/">git-annex</a> - Allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, | ||||||
|  |     whether due to limitations in memory, time, or disk space. | ||||||
|  |   </li> | ||||||
|  | </ul> | ||||||
							
								
								
									
										25
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								index.html
									
									
									
									
									
								
							| @@ -43,31 +43,8 @@ layout: default | |||||||
|  |  | ||||||
|   {% include sections/hosting-provider.html %} |   {% include sections/hosting-provider.html %} | ||||||
|  |  | ||||||
|   <h1 id="sync" class="anchor"><a href="#sync"><i class="fas fa-link anchor-icon"></i></a> Secure File Sync Software</h1> |   {% include sections/file-sync.html %} | ||||||
|   <div class="row mb-2"> |  | ||||||
|  |  | ||||||
|     {% include card.html color="success" |  | ||||||
|     title="SparkleShare" |  | ||||||
|     image="assets/img/tools/SparkleShare.png" |  | ||||||
|     url="https://sparkleshare.org/" |  | ||||||
|     footer="OS: Windows, macOS, Linux." |  | ||||||
|     description="SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically |  | ||||||
|     kept in sync with both the host and all of your peers when someone adds, removes or edits a file." |  | ||||||
|     %}    {% include card.html color="primary" |  | ||||||
|     title="Syncthing" |  | ||||||
|     image="assets/img/tools/Syncthing.png" |  | ||||||
|     url="https://syncthing.net/" |  | ||||||
|     footer="OS: Windows, macOS, Linux, Android, BSD, Solaris." |  | ||||||
|     description="Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to |  | ||||||
|     choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet." |  | ||||||
|     %}  </div> |  | ||||||
|   <h3>Worth Mentioning</h3> |  | ||||||
|   <ul> |  | ||||||
|     <li> |  | ||||||
|       <a href="https://git-annex.branchable.com/">git-annex</a> - Allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, |  | ||||||
|       whether due to limitations in memory, time, or disk space. |  | ||||||
|     </li> |  | ||||||
|   </ul> |  | ||||||
|   <h1 id="pw" class="anchor"><a href="#pw"><i class="fas fa-link anchor-icon"></i></a> Password Manager Software</h1> |   <h1 id="pw" class="anchor"><a href="#pw"><i class="fas fa-link anchor-icon"></i></a> Password Manager Software</h1> | ||||||
|   <div class="alert alert-warning" role="alert"> |   <div class="alert alert-warning" role="alert"> | ||||||
|     <strong>If you are currently using a password manager software like 1Password, LastPass, Roboform or iCloud Keychain, you should pick an alternative here.</strong> |     <strong>If you are currently using a password manager software like 1Password, LastPass, Roboform or iCloud Keychain, you should pick an alternative here.</strong> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Vincevrp
					Vincevrp