Bacula-users

[Bacula-users] backing up Google Drive

2012-10-15 05:26:35
Subject: [Bacula-users] backing up Google Drive
From: Silver Salonen <silver AT serverock DOT ee>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 15 Oct 2012 12:06:09 +0300
Hi.

I want to backup my Google Drive data. I've read it's possible by mounting Google Drive via some WebDAV service provider, eg. https://dav-pocket.appspot.com/.

I mount the drive and create backups, but the problem is that in incremental backup all the files are backed up. My fileset is:

FileSet {
        Name = google-drive
        Ignore Fileset Changes = yes
        Include {
                Options {
                        Compression = GZIP
                        Signature = MD5
                        Verify = pins5
                }
                File = "/mnt/google-drive"
        }
}

I figured it would be enough if Bacula checked only file sizes, so I also played around with option 'Accurate', but setting it to "Accurate = s" did not change the behaviour.

Any guesses how could I backup only changed files from WebDAV resource?

--
Silver
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>