Re: grsync (rsync) usage question



On Fri, 2007-09-28 at 13:15 -0500, Default User wrote:
One of the "advanced" options in Grsync (gui for rsync) is to "copy
symlinks as symlinks", which is apparently not the default. Well, why
not? Shouldn't that be the default?

When backing up, when would one NOT want to "copy symlinks as
symlinks" (rather than the file a symlink "points to" instead)?

The -a (archive) options turns on the -l option among other options. I
usually use rsync using:

rsync -az

which is equivalent to:

rsync -rlptgoD

It is odd the GUI frontend does not turn on -l by default, since you can
easily get into recursive symlink loops with it off.
--
Smoot Carl-Mitchell
System/Network Architect
email: smoot@xxxxxxx
cell: +1 602 421 9005
home: +1 480 922 7313

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Which ext2 mount daemon on XP runs well?
    ... Some more details about how symlinks behave are attached below. ... Problem with symlinks that ext2fsd tries to follow them and fails if the ... It works ok with just reading/writing files from XP onto my ext2/ext3 linux partition, ... From rsync there are seemingly endless error messages about "disappearing files" ...
    (Fedora)
  • Re: New different size HD for /
    ... Obviously all the symlinks and rights and what not. ... I'm missing the -l option with rsync, that will copy symlinks as symlinks. ...
    (alt.os.linux.suse)
  • Re: RFC: cleaning up updates and updates-testing
    ... That way rsync can sync the symlinks with ... >> become obsolete and would otherwise be moved between directories. ... Not everyone uses rsync... ... Symlinks could be supported by ftp ...
    (Fedora)
  • Re: New different size HD for /
    ... Obviously all the symlinks and rights and what not. ... I'm missing the -l option with rsync, that will copy symlinks as symlinks. ... I do not want to make a backup. ...
    (alt.os.linux.suse)
  • Re: grsync (rsync) usage question
    ... symlinks as symlinks", which is apparently not the default. ... The -a options turns on the -l option among other options. ... usually use rsync using: ... filesystems (to accurately copy/move/etc files that would be in a ...
    (Ubuntu)