Commit Graph

658 Commits

Author SHA1 Message Date
Jim Salter 2acb3e3fea
Merge pull request #501 from phreaker0/docs-centos
extended install instructions for centos if perl dependencies can't b…
2020-11-01 17:23:33 -05:00
Jim Salter 006f897d74
Merge pull request #500 from phreaker0/docs-cron-example
added cron setup example
2020-11-01 17:23:06 -05:00
Jim Salter 345e7e58b5
Merge pull request #374 from aerusso/pulls/syncoid-dont-require-user
Do not require user to be specified for syncoid
2020-11-01 17:22:57 -05:00
Jim Salter 58263cc8aa
Merge pull request #503 from phreaker0/docs-atomic-option
document the atomic way to take snapshots recursively
2020-11-01 17:20:57 -05:00
Jim Salter f187e072b8
Merge pull request #529 from phreaker0/root-resume-check
use sudo if neccessary for checking pool capabilities regarding resum…
2020-11-01 17:19:50 -05:00
Jim Salter c21b72a376
Merge pull request #510 from phreaker0/reset-resume-2
catch another case in which the resume state isn't availabe anymore
2020-11-01 17:19:22 -05:00
Jim Salter 0ac10750a7
Merge pull request #536 from phreaker0/keep-sync-snap
implemented option for keeping sync snaps
2020-11-01 17:19:00 -05:00
Jim Salter d526d9167d
Merge pull request #580 from kr4z33/patch-1
Update INSTALL.md
2020-11-01 17:18:36 -05:00
Jim Salter e6fdc196f0
Merge pull request #576 from jim-perkins/patch-1
Update sanoid.conf
2020-11-01 17:18:15 -05:00
Antonio Russo f397687968
Do not require user to be specified for syncoid
Extends syncoid remote capabilities to match that of ssh as closely as
possible: allow a remote dataset to be specified without a username.

 - Detect if a remote reference is possible by looking for a : before
   any / characters.
 - Check if there are any pool names that might conflict with this
   name. E.g., 'weird:symbol/ds' might refer to the pool "symbol" on
   host "weird", and dataset ds. OR it might refer to the local pool
   "weird:symbol" and dataset ds.
 - Prefer local pools, matching existing behavior. No preexisting
   functioning configurations will break.
 - The name of the control socket is changed slightly.
 - A bug in the handling of remote datasets with colons in the name
   is addressed.

Signed-off-by: Antonio Russo <aerusso@aerusso.net>
2020-11-01 10:55:50 -07:00
kr4z33 b31a7ba7d8
Update INSTALL.md
"build-essential" was required for me to complete the Debian/Ubuntu instructions.
2020-08-17 19:16:26 -10:00
Jim Perkins 2c3de61b2b
Update sanoid.conf
keeps system from running sanoid on non existent datasets
2020-08-03 02:58:06 -05:00
jimsalterjrs 9544ea7e6a typo in syncoid help 2020-05-23 16:27:29 -04:00
Christoph Klaffl 9ab57e9bb4
added documentation regarding --keep-sync-snap option 2020-05-01 17:26:54 +02:00
Christoph Klaffl d77cfdf4c7
implemented option for keeping sync snaps 2020-05-01 17:20:07 +02:00
Christoph Klaffl 0e807386c4
use sudo if neccessary for checking pool capabilities regarding resumeable send 2020-04-20 19:20:28 +02:00
Jim Salter e6c5aa052e
Merge pull request #454 from phreaker0/reworked-options
reworked argument parsing and error out if file path is not provided
2020-02-15 09:36:58 -05:00
Christoph Klaffl b808a74e2e
catch another case were the resume state isn't availabe anymore 2020-02-14 18:38:38 +01:00
Christoph Klaffl b09d2b66fc
typo 2020-02-13 09:26:15 +01:00
Jim Salter 487693993b
Merge pull request #499 from phreaker0/docs-install-stable
instruct to use the latest stable release instead of master
2020-02-12 15:47:20 -05:00
Christoph Klaffl dd95496cd0
document the atomic way recursively take snapshots 2020-02-12 20:40:15 +01:00
Christoph Klaffl 3a7f468939
extended install instructions for centos if perl dependencies can't be found 2020-02-12 20:20:46 +01:00
Christoph Klaffl a3f242d0d4
added cron setup example 2020-02-12 20:10:28 +01:00
Christoph Klaffl ef38110d69
instruct to use the latest stable release instead of master 2020-02-12 18:35:03 +01:00
Jim Salter d30e7c0140
Merge pull request #491 from phreaker0/fix-postinst
fix debian postinst in the case of non existing legacy cache file
2020-01-31 07:45:36 -05:00
Christoph Klaffl dedf35df85
fix debian postinst in the case of non existing legacy cache file 2020-01-31 09:13:18 +01:00
Jim Salter f87160d6db
Merge pull request #481 from croadfeldt/patch-1
Fixed Typo in arguments.
2020-01-24 08:46:31 -05:00
Jim Salter 9213359dbe
Merge pull request #483 from phreaker0/debian-postinst
post install script for debian package to remove old unused snapshot …
2020-01-22 16:12:15 -05:00
Christoph Klaffl d3309d311f
post install script for debian package to remove old unused snapshot cache file 2020-01-22 17:22:44 +01:00
Jim Salter fee3739110
Merge pull request #463 from lopsided98/sanoid-cache-file
Move sanoid cache and lock files to subdirectories
2020-01-22 10:50:33 -05:00
croadfeldt bb30496d19
Fixed Typo in arguments.
Removed errant A in zfs list command line arguments.
2020-01-18 01:52:12 -06:00
Jim Salter 29095052b0
Merge pull request #478 from phreaker0/remove-invalid-locks
fixed missing ;
2020-01-17 17:47:18 -05:00
Christoph Klaffl 2de006072f
fixed missing ; 2020-01-17 01:04:16 +01:00
Christoph Klaffl f3a1efe4ef
Merge branch 'master' into reworked-options 2020-01-16 21:17:26 +01:00
Jim Salter e5c998c71d
Merge pull request #408 from gdevenyi/pvoptions
add ability to configure pv in syncoid
2020-01-16 13:57:10 -05:00
Jim Salter 3d236c6937
Merge pull request #474 from HavardLine/patch-1
Update INSTALL.md
2020-01-16 13:55:06 -05:00
Jim Salter 6404f5d308
Merge pull request #453 from phreaker0/show-current-version
also show current file version if available
2020-01-16 13:53:54 -05:00
Jim Salter 02c38026c8
Merge pull request #452 from phreaker0/error-checking
handle FileNotFound errors properly
2020-01-16 13:53:30 -05:00
Jim Salter d4388c3103
Merge pull request #451 from phreaker0/paths3
don't use hardcoded paths (findoid)
2020-01-16 13:52:59 -05:00
Jim Salter 03e523ff01
Merge pull request #450 from phreaker0/fix-dataset-detection
improve dataset detection by only including mounted datasets
2020-01-16 13:52:26 -05:00
Jim Salter e031976cde
Merge pull request #415 from phreaker0/send-size-adaption
added needed verbose flag for send size estimation (at least for late…
2020-01-16 13:50:57 -05:00
Jim Salter 69d6ae21d7
Merge pull request #383 from mschout/feature/ignore-missing-filesystems
Gracefully handle error when source dataset disappeared
2020-01-16 13:47:09 -05:00
Jim Salter 8dbb795525
Merge pull request #462 from dlangille/patch-1
remove 's in monitoring messages
2020-01-16 13:46:19 -05:00
Jim Salter 71c5bc062f
Merge pull request #472 from phreaker0/fix-dependencies
Revert "Depend on systemd"
2020-01-16 13:45:12 -05:00
Jim Salter c21a236f0c
Merge pull request #473 from phreaker0/remove-invalid-locks
remove invalid locks caused by race conditions or else the block the …
2020-01-16 13:44:52 -05:00
Jim Salter 9515049813
Merge pull request #476 from phreaker0/solaris-fallback
implemented fallback for listing snapshots on solaris
2020-01-16 13:43:17 -05:00
Christoph Klaffl 28ef311ba5
only print stderr output of failed listing command with --debug flag 2020-01-16 18:10:20 +01:00
Christoph Klaffl 3b18948f29
typo 2020-01-16 17:49:43 +01:00
Christoph Klaffl 77fd555a84
fixed state reset 2020-01-16 01:26:44 +01:00
Christoph Klaffl 30fb5aabeb
implemented fallback for listing snapshots on solaris 2020-01-13 19:25:22 +01:00