On 6 December 2010 15:12, Nicolas SARMIR <[email protected]>wrote:
> Hi, > @Maxime: Thanks for your help i will take a look at rdiff-backup. I use > quite the same way to backup nuxeo. > > @Thierry: Sorry i made a mistake: i would say "human readable" instead of > "digest". So is it possible to have human readable file when backing up > nuxeo in command line? > No, if you want that you will need to use CoreIO and some custom code. > > Thanks and Regards, Nicolas. > > > On 03.12.2010 17:53, Maxime Alarie wrote: > > If I can help.. > > > > Use Cron to schedule your backups. > > > > I use rdiff-backup to backup Nuxeo every night into /var/backups, and I do > an rsync of /var/backups with a 2nd hdd and another rsync with an > external hdd for offsite backup every Friday at 4am. > > > > Check out rdiff-backup: http://rdiff-backup.nongnu.org/examples.html > > > > For the Database, Since I am not familiar with postgreSQL, I have installed > webmin (http://webmin.com/) and created a schedule task to backup the > database every night. > > > > Here is the syntax of crontab if you are not familiar with it: > > > > #Crontab Reference > > # * * * * * command to be executed > > # - - - - - > > # | | | | | > > # | | | | +----- day of week (0 - 6) (Sunday=0) > > # | | | +------- month (1 - 12) > > # | | +--------- day of month (1 - 31) > > # | +----------- hour (0 - 23) > > # +------------- min (0 - 59) > > > > > > > > I hope this helps. > > > > > > *From:* [email protected] > [mailto:[email protected]<[email protected]>] > *On Behalf Of *Thierry Delprat > *Sent:* 03 December 2010 06:46 > *To:* Nicolas SARMIR > *Cc:* ECM Nuxeo > *Subject:* Re: [Ecm] Digest backup > > > > f9ebe2d19218995d0942a0276041440a is the md5 digest of your file ! > > On 3 December 2010 12:36, Nicolas SARMIR < > [email protected]> wrote: > > sorry but my blob don't use digest for filename. I use this page for my > backup : https://doc.nuxeo.com/display/KB/Backup+your+Nuxeo+using+VCS > When i go to the binaries/data/ directory, all file have a name like this: > f9ebe2d19218995d0942a0276041440a > > How can i do to have digest name like you? > > Thanks and regards, Nicolas. > > > > > On 03.12.2010 11:49, Thierry Delprat wrote: > > Backuping DB and Filesystem is : > > - the best option > > - the fastest options > > And Blob store used the digest for the filename, so you have the digest ! > > > > There is an import/export API in Nuxeo Core and Nuxeo Platform, but : > > - it will be slower > > - backup size will be far bigger > > > > Tiry > > On 3 December 2010 11:17, Nicolas SARMIR < > [email protected]> wrote: > > Hi all, > > I'm using Nuxeo 5.4 with tomcat on a Debian Lenny. I would like to know if > it is possible to make a backup which look like the clipboard.zip we can > generate in the interface, but in command-line in order to automatize the > backup. I'm actually using database and binaries exports but it's not > digest. > > Thanks and regards, Nicolas. > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm > > > > > >
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
