Moderators: jhartley, MSR734, nola
grahamperrin wrote:I haven't decided whether to go with Amazon Glacier or Backblaze. Decision is long overdue. I might begin a free trial of Backblaze soon.
BackBlaze … didn't like MacZFS.
grahamperrin wrote:Backblazegrahamperrin wrote:I haven't decided whether to go with Amazon Glacier or Backblaze. Decision is long overdue. I might begin a free trial of Backblaze soon.
I haven't begun my own trial, but earlier this week I encouraged a friend (not yet a user of ZFS) to begin a trial.
In a shortlist, alexwasserman wrote:BackBlaze … didn't like MacZFS.
Thanks. http://mac-os-x-zfs-discuss.19757.n3.na ... =Backblaze finds nothing and https://groups.google.com/forum/?fromgr ... /Backblaze finds only one topic but it's known that Google Groups often fails to find content in Google Groups.
Alex, please: was your problem with MacZFS as described by gwynnebaer on 2012-08-10?
zfs snapshot -r zdata@`date +"%F-%H%M%S"`; zfs snapshot -r zTM@`date +"%F-%H%M%S"`; zfs snapshot -r iMovies@`date +"%F-%H%M%S"`
/usr/local/bin/rsync -aEv --delete --exclude-from '/usr/local/bin/rsyncexclude' /Volumes/zdata/ /Volumes/zTM/zdata/
amteza wrote:I'm using Backblaze in my home computer and I'm backing up several zfs volumes, no problems whatsoever.
zdata 1.95Ti 752Gi 16.9Mi /Volumes/zdata
zdata/Backups 569Gi 752Gi 820Ki /Volumes/zdata/Backups
zdata/Backups/Lion 92.5Gi 752Gi 29.6Gi /Volumes/zdata/Backups/Lion
zdata/Backups/OldTM 477Gi 752Gi 477Gi /Volumes/zdata/Backups/OldTM
zdata/Storage 15.7Gi 752Gi 9.88Gi /Volumes/zdata/Storage
zdata/Users 478Gi 752Gi 596Ki /Volumes/zdata/Users
zdata/Users/anika 3.18Gi 752Gi 764Mi /Volumes/zdata/Users/anika
zdata/Users/chris 471Gi 752Gi 358Gi /Volumes/zdata/Users/chris
zdata/Users/jaren 1.64Gi 752Gi 806Mi /Volumes/zdata/Users/jaren
zdata/Users/severin 1.55Gi 752Gi 577Mi /Volumes/zdata/Users/severin
zdata/Videos 935Gi 752Gi 910Gi /Volumes/zdata/Videos
zdata/Users 326Gi 590Gi 104Ki /Volumes/zTM2/Users
shuman wrote:… a good resource for creating .plist files so launchd will automatically run the scripts? …
macbookpro08-centrim:~ gjp22$ sudo launchctl list | grep zfs
- 2 com.getgreenbytes.zfs.autosnapshots
- 0 com.getgreenbytes.zfs.autopoolscrubs
- 0 com.getgreenbytes.zfs.loader
124 - com.getgreenbytes.zfs.delegate
macbookpro08-centrim:~ gjp22$ sudo launchctl list com.getgreenbytes.zfs.autosnapshots
{
"Label" = "com.getgreenbytes.zfs.autosnapshots";
"LimitLoadToSessionType" = "System";
"OnDemand" = true;
"LastExitStatus" = 512;
"TimeOut" = 30;
"StandardOutPath" = "/dev/null";
"ProgramArguments" = (
"/System/Library/Filesystems/zfs.fs/Contents/Resources/bin/zfs";
"snapshot";
"-r";
"automatic";
);
};
Users browsing this forum: ilovezfs and 0 guests