| Areca Backup | |
| Please read Areca's FAQ before submitting issues or feature requests ! | |
Features :Can Areca burn CDs/DVDs ?No, Areca can only store your backups on your file system (ie local or remote directories) Can Areca store backups on FTP servers ? Yes - since v4.5, Areca can store your files on FTP servers. If FTP storage is used, it is *HIGHLY* advised to compress your archives. (You can use zip64 or standard zip compression) It is also advised to use the "FTP Test" feature (which can be found on the FTP parameters window) to check that your FTP server is compatible with Areca. Can Areca store backups on FTPs (File Transfer Protocol over SSL/TLS) servers ? Yes - since v4.5.1, Areca can store files on FTPs servers. Areca supports SSL and TLS, as well as implicit and explicit modes. How to automate backups ? You can use Areca's command-line interface to create backup scripts (*.bat or *.sh scripts), and schedule their execution with Linux's crontab or Windows' scheduler. Windows scheduling : http://support.microsoft.com/kb/308569 Linux scheduling : http://en.wikipedia.org/wiki/Cron How does Areca detect modified or new files when incremental backups are chosen ? Areca uses the file's size and last modification time to detect modified files. If one of these attributes is modified (whatever its value is), the file is flagged as modified. When can I use compressed targets ? You can use standard zip compression if your archives will be smaller than 4GB. For bigger archives, use zip64 compression. Of course, it is useless to use compression when your source files are already compressed (for instance JPG, MP3, AVI files) : No space will be gained and it will result in unnecessary time consumption during backup. Why does Areca not use zip encryption for encrypted compressed archives ? Areca supports encryption, but it is implemented at the file system access level (ie it is not implemented as zip encryption). This allows to benefit from the same encryption layer, whether the target is compressed or not. In other words, if you choose target encryption and compression, Areca will encrypt the archives exactly the same way as if you choose target encryption without compression. What does the 'Track directories' option mean ? If this option is checked, Areca will record all subdirectories contained in the source directory - whether they are empty or not. This is useful when some directories do not contain file at backup-time but are still mandatory for your computer (log directories for instance). If this option is not checked, empty directories will not be stored by Areca. ACL and Extended attributes support :Does Areca support ACL and extended attributes ?Yes : since version 7.0, Areca supports ACL and extended attributes on Linux. This feature uses native code (unlike Areca's backup engine, which has been written in Java) and is currently only compiled for 32 bits Linux systems with glibc2.6. Note that this native code needs the "acl" library. How can I compile Areca's library that handles ACL and extended attributes ? That's quite simple : download Areca's sources on SourceForge (zip file available on the download page), uncompress it, open the "jni" directory and run the "compile.sh" script. It will create a "libarecafs.so" file. Copy this file in Areca's "lib" directory. How can I activate ACL and extended attributes support ? ACL and extended attributes support are not enabled by default. You have to modify your configuration to activate it. Open the "fwk.properties" file which is located in Areca's configuration subdirectory and set the "filesystem.accessor.impl" to "com.myJava.file.metadata.posix.jni.JNIMetaDataAccessor" (the default value is "com.myJava.file.metadata.posix.basic.DefaultMetaDataAccessor") On startup, Areca displays some information about the "filesystem accessor" which is used (you should see something like "Loading configured file metadata accessor : [com.myJava.file.metadata.posix.jni.JNIMetaDataAccessor]" in your log file or log tab) Problems :'java.io.IOException: The system cannot find the file specified' on remote directoriesThis error can occur when you store your backups on a remote directory (over a network) which is not available (network error). I get errors when I try to store archives on a FTP server - Why ? Areca needs extended accesses to the FTP storage directory in order to use it. More precisely, the FTP user must be granted to following rights : - Read / Write / Delete / Create / Rename on files - List / Create / Delete / Rename on subdirectories Areca has been tested with the following FTP servers : - Linux : ProFTPD and VSFTPD - Windows : FileZilla FTP Server, TypSoft FTP Server, Cerberus FTP Server and zFTP Server Note that - depending on the FTP server configuration - file sizes can be restricted (for instance, files over 1GB won't be accepted) |
|