{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":464238567,"defaultBranch":"main","name":"zfsnapr","ownerLogin":"Freaky","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-02-27T19:55:31.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/58758?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1645991754.00016","currentOid":""},"activityList":{"items":[{"before":"5b63cff6d635c30d497fbf27075b7fefe1c28785","after":"ad7a1947762b7fd1eb20d41a71f7e2641f12166f","ref":"refs/heads/main","pushedAt":"2023-09-05T11:29:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Freaky","name":"Thomas Hurst","path":"/Freaky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58758?s=80&v=4"},"commit":{"message":"README: Remove out-of-date advice","shortMessageHtmlLink":"README: Remove out-of-date advice"}},{"before":"fe128a096b8d4e0b04bae795bfb766bd58fe4221","after":"5b63cff6d635c30d497fbf27075b7fefe1c28785","ref":"refs/heads/main","pushedAt":"2023-09-04T23:38:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Freaky","name":"Thomas Hurst","path":"/Freaky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58758?s=80&v=4"},"commit":{"message":"Tidy some dataset processing\n\nFewer nils to worry about, a single select! loop filters datasets and\nremoved a line that was mostly redundant.","shortMessageHtmlLink":"Tidy some dataset processing"}},{"before":"94eacacefee825d2e8574e891ad564fe2c7fb5d2","after":"fe128a096b8d4e0b04bae795bfb766bd58fe4221","ref":"refs/heads/main","pushedAt":"2023-09-04T23:13:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Freaky","name":"Thomas Hurst","path":"/Freaky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58758?s=80&v=4"},"commit":{"message":"Custom error for bind/nullfs mount","shortMessageHtmlLink":"Custom error for bind/nullfs mount"}},{"before":"3f987cd354b6c810752e2af320224ad31f4d8eb6","after":"94eacacefee825d2e8574e891ad564fe2c7fb5d2","ref":"refs/heads/main","pushedAt":"2023-09-04T19:38:36.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Freaky","name":"Thomas Hurst","path":"/Freaky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58758?s=80&v=4"},"commit":{"message":"Use include? instead of any?","shortMessageHtmlLink":"Use include? instead of any?"}},{"before":"80352b020fb864d1f38d76291ac65d16a1404e2d","after":"3f987cd354b6c810752e2af320224ad31f4d8eb6","ref":"refs/heads/main","pushedAt":"2023-09-04T14:39:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Freaky","name":"Thomas Hurst","path":"/Freaky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58758?s=80&v=4"},"commit":{"message":"Permit non-mountpoint --root\n\nNow we make our own mountpoints if necessary we no longer need to\nrestrict -r/--root to them.\n\nWith this I can mount -r /var even though /var is not itself mounted.","shortMessageHtmlLink":"Permit non-mountpoint --root"}},{"before":"f15e9bdcccc9f16212707e4052b5b1b606b08dae","after":"80352b020fb864d1f38d76291ac65d16a1404e2d","ref":"refs/heads/main","pushedAt":"2023-09-04T14:30:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Freaky","name":"Thomas Hurst","path":"/Freaky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58758?s=80&v=4"},"commit":{"message":"Skip altroot pools (fixes #1)","shortMessageHtmlLink":"Skip altroot pools (fixes #1)"}},{"before":"bfa66a02c4ffba3531ee7dabad94addd5b6a8a3a","after":"f15e9bdcccc9f16212707e4052b5b1b606b08dae","ref":"refs/heads/main","pushedAt":"2023-09-04T14:22:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Freaky","name":"Thomas Hurst","path":"/Freaky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58758?s=80&v=4"},"commit":{"message":"Handle missing mountpoints, support pool restrictions\n\nSay you want to snapshot only `tank`, excluding `rpool`, this will\nlikely leave you without a / on which to mount filesystems from `tank`.\n\nSimilarly if you're not on a ZFS-on-root system, ZFS is likely rooted\nelsewhere than /, which won't exist on the target.\n\nHandle these cases by searching up the tree for a mountpoint that *does*\nexist, mounting a tmpfs on it, and then mkdir_p the mountpoint we need.\n\nChange mountpoint recording to add them as they're created rather than\nbuilding the mountpoint list twice.\n\nAdd a -p / --pool flag to specify only the pools to involve in zfsnapr\noperation.\n\nBump to 0.2.\n\nThis *should* resolve #2.","shortMessageHtmlLink":"Handle missing mountpoints, support pool restrictions"}},{"before":"9fb61f984eba3ab02078f2b8986115232ba9e41f","after":"bfa66a02c4ffba3531ee7dabad94addd5b6a8a3a","ref":"refs/heads/main","pushedAt":"2023-09-04T14:22:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Freaky","name":"Thomas Hurst","path":"/Freaky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58758?s=80&v=4"},"commit":{"message":"Handle missing mountpoints, support pool restrictions\n\nSay you want to snapshot only `tank`, excluding `rpool`, this will\nlikely leave you without a / on which to mount filesystems from `tank`.\n\nSimilarly if you're not on a ZFS-on-root system, ZFS is likely rooted\nelsewhere than /, which won't exist on the target.\n\nHandle these cases by searching up the tree for a mountpoint that *does*\nexist, mounting a tmpfs on it, and then mkdir_p the mountpoint we need.\n\nChange mountpoint recording to add them as they're created rather than\nbuilding the mountpoint list twice.\n\nAdd a -p / --pool flag to specify only the pools to involve in zfsnapr\noperation.\n\nBump to 0.2.","shortMessageHtmlLink":"Handle missing mountpoints, support pool restrictions"}},{"before":"775874d7b3e7c5caf59d80ff60c9d1c32e2bb24f","after":"9fb61f984eba3ab02078f2b8986115232ba9e41f","ref":"refs/heads/main","pushedAt":"2023-08-09T22:47:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Freaky","name":"Thomas Hurst","path":"/Freaky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58758?s=80&v=4"},"commit":{"message":"mounted_datasets: use mounted instead of canmount\n\nNot sure why I went with canmount, but it doesn't work with boot\nenvironments where all roots are noauto","shortMessageHtmlLink":"mounted_datasets: use mounted instead of canmount"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADeaLf_wA","startCursor":null,"endCursor":null}},"title":"Activity ยท Freaky/zfsnapr"}