Quote:
Originally Posted by ccelis5215 Hi, yes you can.
Desktop > Managing your Account Content > Backing up your accounts |
Awesome! Thanks. I don't know how I missed that. The help file was the 1st place I looked.
Quote:
Originally Posted by ccelis5215 However, it generate a full backup per account in .tgz file, not a incremental as you wish. |
hmm...I may be able to get around that by scripting the archive to be extracted BEFORE running a sync on the folder. That "might" allow for just delta backups. I'll need to test this out though.
Quote:
Originally Posted by ccelis5215 Hope it helps. |
It most certainly does.
+1 kudos!
Thanks,
LHammonds
EDIT:
Using 7-Zip 9.20, 64-bit on Windows 7, 64-bit, I am able to uncompress the
local@host.local_2011-10-24_145442.tgz file to
local@host.local_2011-10-24_145442.tar. However, when I uncompress the tar file to the individual files, I get the following message: "
There are data after end of archive"
The uncompressed, individual files are exactly what I am looking for to sync just the delta change on the source computer to the offsite destination repository.
However, this error makes this process useless unless I can uncompress and re-compress the archive in such a way that it can be imported back into Zimbra Desktop without error.
Because of this error notification during extract (I think), the re-compressed tar/gz does not import back into Zimbra Desktop without warnings such as content missing and meta information does not match content. Either 7-Zip cannot handle the format (which documentation says it can) or extracting on top of an NTFS volume cannot retain necessary information.
I even tried the command line version of 7-zip with no success (same warning message):
Code:
C:
CD \Users\UserID\AppData\Local\Zimbra\zd_backup
7z.exe e *.tgz && 7z.exe x *.tar
EDIT:
I downloaded the
GNU Tar 1.13-1 binary for Windows along with the require dependency DLLs and ran
tar -xvf *.tgz but it got mad and closed with this message:
Code:
tar: Only read 6835 bytes from archive local@host.local_2011-10-24_145442.tgz
tar: Error is not recoverable: exiting now
EDIT:
Also tried the tar utility in
UnxUtils but got the exact same error message as the above.
I'm starting to wonder if there is something special done to the archive upon creation.
EDIT:
Well, I'm giving up on the method of extracting the archive for delta backups.
If anyone knows how to properly extract and re-create the archive (on a Windows machine), please let me know.
Thanks,
LHammonds