Encrypt your backups before uploading them to the cloud.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-06-30 00:04:33 +02:00
.nuget First commit 2014-04-25 15:53:47 +02:00
media Add files via upload 2017-06-30 00:03:45 +02:00
NoPeekCloud Added license, removed text files from project folder. 2014-08-07 15:09:34 +02:00
packages First commit 2014-04-25 15:53:47 +02:00
.gitattributes First commit 2014-04-25 15:53:47 +02:00
.gitignore First commit 2014-04-25 15:53:47 +02:00
CHANGES.md Corrected bug in delete file/folder method 2014-05-11 15:56:07 +02:00
LICENSE.txt Update and rename LICENSE to LICENSE.txt 2016-06-01 09:56:03 +02:00
NoPeekCloud.sln First commit 2014-04-25 15:53:47 +02:00
README.md Update README.md 2017-06-30 00:04:33 +02:00

No Peek Cloud

Latest release, with binary files, can be found here.

What is No Peek Cloud?

No Peek Cloud lets you select folder on your local computer that you want to encrypt, when combined with a cloud service this provides a secure backup solution. Source folders can be scanned periodically or every time a change is detected. 7-Zip is used for compression and encryption.

Screenshots

Screenshot Screenshot Screenshot

Installation

No installation is required; simply unpack the release binary files (NoPeekCloud_vX.X.X.zip) to a folder of your choosing.

Requirements

  • 7-Zip
  • Windows 7
  • .NET Framework 4.5

Upgrade

To upgrade your version of NoPeekCloud; unpack the release binary files (NoPeekCloud_vX.X.X.zip) to the folder containing your current version. Some files will be overwritten, but your library and configuration will not be affected. Make sure NoPeekCloud is not running during the upgrade.

File library

Your file library is stored in FileDetails.xml, this file is not affected when upgrading to a new version.

File library backups

Every time you synchronize a backup of your library is stored as FileDetails.bak.

Restore backup

First make sure NoPeekCloud is not running, delete your current FileDetails.xml file. Then rename FileDetails.bak to FileDetails.xml When starting NoPeekCloud your library will now have been restored to your backup.

Command-line arguments

  • Open application minimized: NoPeekCloud.exe /Min
  • Synchronize when started: NoPeekCloud.exe /Sync
  • Synchronize and exit when started: NoPeekCloud.exe /SyncAndExit

Issues

The application is still work in progress so there may be bugs. Please report all bugs to the issue tracker on this repository (here).