btrfs-sync icon indicating copy to clipboard operation
btrfs-sync copied to clipboard

Smart and easy sync of BTRFS snapshots, locally or through SSH

Results 11 btrfs-sync issues
Sort by recently updated
recently updated
newest added

Hi have some problems. i create snapshots with btrfs-snp: ``` Subvolume Total Exclusive ID ───────────────────────────────────────────────────────────────────────────────────────── .snapshots/sync_2022-04-01_110631 6.19TiB 5.45GiB 6893 .snapshots/sync_2022-04-01_110637 6.18TiB 256.00KiB 6894 .snapshots/sync_2022-04-02_121818 6.91TiB 92.39GiB 7958 .snapshots/sync_2022-04-03_084334 6.93TiB 2.37MiB...

Hi, on line 118: ``` # detect remote dst argument [[ "$DST" =~ : ]] && { NET="$( sed 's|:.*||'

Added new parameter CLI for speed limit

When the destination is is local the test for `bash` over `sh` fails as: ```bash btrfs-sync /somewhere/local /someotherplace/local Remote user's shell not bash. Shells other than bash are not supported...

I'm getting a "Host key verification failed." from somewhere in the loop on line 138. manually running the output from `echov "${SRC_CMD[@]}"` inserted after line 138 makes a successful ssh...

root@gr7-mail-web:/mnt/snapshots/daily# btrfs-sync -v /mnt/snapshots/daily/\@* [email protected]:/mnt/snapshots * Check source * Check destination * Skip existing '/mnt/snapshots/daily/@home_2020-03-07_062501' * Synchronizing '/mnt/snapshots/daily/@_2020-03-07_062501' using seed '@snapshots/daily/@home_2020-03-07_062501'... ERROR: chown o257-10-0 failed: No such file or directory...

The destination snapshot comparison does not work on my setup. Actually exists_at_dst returns 1 when the snapshot already exists remotely On the other side, "function_call && exit" only exit if...

Great little tool, but could you make it shellcheck-clean? ``` $ shellcheck btrfs-sync In btrfs-sync line 80: [[ $? -ne 0 ]] && { echo "error parsing arguments"; exit 1;...

Hi! I am using Nextcloudpi on a plain vanilla Debian installation: ``` root@obelix:/media/nextcloud/ncp-snapshots# uname -a Linux obelix 4.19.0-21-amd64 #1 SMP Debian 4.19.249-2 (2022-06-30) x86_64 GNU/Linux ``` I create snapshots on...

I have a local snapshot folder that contains 48 snapshots. Every hour a remote mirror machine connects to this local machine via btrfs-sync, but this opens a new consecutive SSH...