Displaying 9 results from an estimated 9 matches for "rsyncproject".
2024 Apr 06
1
Rsync 3.3.0 released
...from here:
https://download.samba.org/pub/rsync/src-previews/rsync-3.3.0.tar.gz
https://download.samba.org/pub/rsync/src-previews/rsync-3.3.0.tar.gz.asc
See the website for other downloads, including diffs, patches, etc.:
https://rsync.samba.org/
The github repos have moved to a new RsyncProject organization. Because
various life events have been monopolizing my time, I reached out to Tridge
(the original author) and he has graciously agreed to get back into rsync
work, along with Paul Mackerras, who was also an early contributor to
rsync. This new team will be working mainly on maintenanc...
2024 Apr 06
1
Rsync 3.3.0 released
...from here:
https://download.samba.org/pub/rsync/src-previews/rsync-3.3.0.tar.gz
https://download.samba.org/pub/rsync/src-previews/rsync-3.3.0.tar.gz.asc
See the website for other downloads, including diffs, patches, etc.:
https://rsync.samba.org/
The github repos have moved to a new RsyncProject organization. Because
various life events have been monopolizing my time, I reached out to Tridge
(the original author) and he has graciously agreed to get back into rsync
work, along with Paul Mackerras, who was also an early contributor to
rsync. This new team will be working mainly on maintenanc...
2024 Oct 14
0
How to actually get patches accepted? ATTN maintainers
Hi,
This is mostly intended for the maintainers to read.
What's intended way to actually get patches merged into rsync?
I've tried:
- Mailing list posts
- GitHub PRs
--ignore-non-existing-directory
https://lists.samba.org/archive/rsync/2015-November/030455.html
https://github.com/RsyncProject/rsync-patches/issues/8
https://github.com/RsyncProject/rsync/pull/595
TCP options:
https://github.com/RsyncProject/rsync/pull/514
https://github.com/RsyncProject/rsync-patches/issues/9
I didn't use the Samba bugzilla, because it seems dead (For 2024, the
entire rsync product has 4 bugs that c...
2025 Feb 16
1
Create "thincopy": with fileystem metadata only?
Actually... I have made an extremely small and simple patch implementing an option --time-only, and I have made a pull request for it: https://github.com/RsyncProject/rsync/pull/719
It allows you to truncate your local files after transfer. Outside of rsync, you must then truncate the file to zero size, then set the time stamp back to the original time. On the next run, the file will not be retransmitted as it looks only to the file stamp, ignoring the size.
T...
2025 Apr 08
1
How do I restore using --fake-super?
On 08 Apr 2025, at 10:04, Paul Slootman via rsync <rsync at lists.samba.org> wrote:
>> I have a backup that was created with --fake-super that I need to restore to a fresh partition on the same machine as the backup (source and destination on the same machine).
>>
>> The docs describe how --fake-super is used to make the backup, but none of the docs describe how you do
2025 Apr 08
2
rsync --chmod affects the source permissions as well as destination permissions
Hi all,
Another thing I've found is that my backups have lost their permissions.
I misunderstood the --chmod option, thinking that it specified the permissions at the destination. What actually happens is that it overrides the source permissions, and has a side effect of the destination permissions being the same as the source. It looks like it works, when metadata is lost.
I now need to
2025 Apr 21
1
How do I restore using --fake-super?
For your situation I think you should use both --fake-super and -M--super
because reading the manual it says:
"For a local copy, this option affects both the source and the destination.
If you wish a local copy to enable this option just for the destination
files, specify -M--fake-super. If you wish a local copy to enable this
option just for the source files, combine --fake-super with
2025 Feb 15
1
Create "thincopy": with fileystem metadata only?
Hello everyone :)
I'd like to follow up on this thread of mine, if that's okay?
Is there anything I could do to get the feature functionality of "using
rsync to create a thin (attributes-only) copy" upstream on the long term?
Could I talk to a developer, for hire?
I'm really professionally interested in such a feature, as it would
greatly make our lives in the
2025 Feb 16
1
Create "thincopy": with fileystem metadata only?
...d, though.
Cheers again,
Stein
> On 16 Feb 2025, at 14:39, Stein Vidar Hagfors Haugan <s.v.h.haugan at astro.uio.no> wrote:
>
> Actually... I have made an extremely small and simple patch implementing an option --time-only, and I have made a pull request for it: https://github.com/RsyncProject/rsync/pull/719
>
> It allows you to truncate your local files after transfer. Outside of rsync, you must then truncate the file to zero size, then set the time stamp back to the original time. On the next run, the file will not be retransmitted as it looks only to the file stamp, ignoring th...