Probably everyone knows that 'backup' means protecting files by saving an additional copy. A complete backup system must respect however the following minimal requirements:
to run automatically (without manual user intervention after the initial setup)
As a backup strategy, the so-called 3-2-1 rule has been used in recent years:
for each file there must be 3 copies, the first copy being the original file
the copies must be stored on 2 different storage media (hard disk, tape, external disks, cd/dvd, etc.)
a copy must be physically located in another location in case of disaster (fires, floods, thefts, etc.)
Digi Storage is a very convenient option for implementing the 3-2-1 rule because:
it is a different storage medium than the hard disk of the PC storing the original file
is physically located in a different location (a datacenter from your country)
it does not require major investments in the purchase of an additional storage system because it offers a pay-as-you-go subscription (you only pay for the storage capacity that you need and it can be increased/decreased immediately)
Digi Storage does not offer its own backup application because we chose a different approach. Because there are already a multitude of dedicated backup applications that can be installed for free (or paid apps) and many of the users were already using one of the existing applications, we chose to offer integration with almost all these applications by implementing the WebDav and FTP protocols. Practically, almost any backup application can transfer data to Digi Storage using one of these protocols and we do not force any user to use a specific software.
Among the existing free backup applications, we can recommend Duplicati, SyncBackFree, AceBackup, etc. We will exemplify below the configuration steps with the Duplicati application.
Duplicati is an open-source backup application that can be used for free for personal use. It is very efficient in making backups because it uses its own algorithm which detects any changes and uploads only the changed blocks and not the entire file, so you can get a substantial saving of storage space. It can be administered both from the command line as well as from a web interface, which can work on any PC running Windows, Linux or Mac OS/X. It can be downloaded from their website at https://www.duplicate.com.
Duplicati allows the upload to several storage systems using standard protocols such as FTP, WebDav or S3 and through their own protocol implemented by various cloud service providers.
For uploading backups to Digi Storage, we recommend using Webdav as a protocol. Configuring the Duplicati application can be done in the following way:
The last step is to choose the retention period, that is, for how long you keep the old backups. If you don't know what to choose, the recommendation is to select 'Smart backup retent An important option is the size of the volumes - Duplicati divides the backups into several pieces (archives) of fixed size. The default chunk size is 50MB, but I noticed that on certain Windows systems there is a limitation in Windows registries when reading files close to 50MB via webdav. It is not clear why this limitation exists. To avoid this limitation, you can modify the respective setting in your Windows OS or you can choose a size smaller than 50MB. In this example I chose 30MB.
This was the last step. The backup can be now started manually or you can wait for it to run automatically at the previously chosen time:
To restore a backup, proceed as follows.
Duplicati stores its information about backups in a small database. If you want to restore on the same PC from which you made the backups and you have not reinstalled the operating system or uninstalled Duplicati, then you can also see previously saved restore points. In my case the current backup is called 'MyPhotos' and I can choose it for restore. But if you want to restore on another PC or after reinstalling the operating system, then Duplicati it no longer has local information about old backups and you must select 'Direct restore from backup files'. In this case, Duplicati will regenerate the backup information directly from the Digi Storage backups.