SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
how to check which rsnapshot files have changed from one bac
Author Message
Post how to check which rsnapshot files have changed from one bac 
hello everyone,
i'm using rsnapshot for sometime now.
i did an rsnapshot du and  got curious to see if there is a way to see what files have been changed between backups.....

the reason is that i see a somewhat large chunk of data being changed from day to day and it might not be reasonable:

root < at > samothraki:~# rsnapshot du
1.8T    /mnt/hd/snaps/dly.0/
24G     /mnt/hd/snaps/dly.1/
24G     /mnt/hd/snaps/dly.2/
26G     /mnt/hd/snaps/dly.3/
390M    /mnt/hd/snaps/dly.4/
390M    /mnt/hd/snaps/dly.5/
1.1G    /mnt/hd/snaps/dly.6/
12G     /mnt/hd/snaps/dly.7/

these are daily backups of the last week.. since the office was closed this week it feels like a few TOO MANY files have been altered (say between dly.3 and dly.4), and i wonder what has indeed been changed....

so is there a way to check which nodes have been altered?
or a script perhaps?

thank you for your help
nass

Post how to check which rsnapshot files have changed from one bac 
On Fri, Dec 30, 2011 at 9:39 AM, Athanasios Silis
<athanasios.silis < at > gmail.com> wrote:
i did an rsnapshot du and  got curious to see if there is a way to see what
files have been changed between backups.....

You might be able to use rsync with --dry-run to show the changes.
Something like 'rsync -a --dry-run dly.0/ dly.1/' to show the things
in dly.0 which would have to be transferred to dly.1. Be very
careful, though Smile.

-scott

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
rsnapshot-discuss mailing list
rsnapshot-discuss < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss

Post how to check which rsnapshot files have changed from one bac 
Hello there and happy new year ! What should I be careful about?

On 30 Dec 2011 20:48, "Scott Hess" <scott+rsnapshot < at > doubleu.com ([email]scott%2Brsnapshot < at > doubleu.com[/email])> wrote:

On Fri, Dec 30, 2011 at 9:39 AM, Athanasios Silis
<athanasios.silis < at > gmail.com ([email]athanasios.silis < at > gmail.com[/email])> wrote:
i did an rsnapshot du and  got curious to see if there is a way to see what
files have been changed between backups.....

You might be able to use rsync with --dry-run to show the changes.
Something like 'rsync -a --dry-run dly.0/ dly.1/' to show the things
in dly.0 which would have to be transferred to dly.1.  Be very
careful, though Smile.

-scott


Post how to check which rsnapshot files have changed from one bac 
On Sun, Jan 1, 2012 at 1:54 AM, Athanasios Silis
<athanasios.silis < at > gmail.com> wrote:
On 30 Dec 2011 20:48, "Scott Hess" <scott+rsnapshot < at > doubleu.com> wrote:
On Fri, Dec 30, 2011 at 9:39 AM, Athanasios Silis <athanasios.silis < at > gmail.com> wrote:
i did an rsnapshot du and  got curious to see if there is a way to see
what
files have been changed between backups.....

You might be able to use rsync with --dry-run to show the changes.
Something like 'rsync -a --dry-run dly.0/ dly.1/' to show the things
in dly.0 which would have to be transferred to dly.1.  Be very
careful, though Smile.

Hello there and happy new year ! What should I be careful about?

--dry-run tells rsync to not actually make changes. If you
accidentally omit it, you'll overwrite dly.1/ with dly.0/ .

-scott

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
rsnapshot-discuss mailing list
rsnapshot-discuss < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss

Post how to check which rsnapshot files have changed from one bac 
Hallo, Athanasios,

Du meintest am 30.12.11:

so is there a way to check which nodes have been altered?
or a script perhaps?

rsnapshot help

leads to

rsnapshot diff

or (p.e.)

rsnapshot diff daily.3 daily.4

Viele Gruesse!
Helmut

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
rsnapshot-discuss mailing list
rsnapshot-discuss < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss

Post how to check which rsnapshot files have changed from one bac 
On 2011-12-30, Athanasios Silis wrote:
hello everyone,
i'm using rsnapshot for sometime now.
i did an rsnapshot du and  got curious to see if there is a way to see what
files have been changed between backups.....

the reason is that i see a somewhat large chunk of data being changed from day
to day and it might not be reasonable:

root < at > samothraki:~# rsnapshot du
1.8T    /mnt/hd/snaps/dly.0/
24G     /mnt/hd/snaps/dly.1/
24G     /mnt/hd/snaps/dly.2/
26G     /mnt/hd/snaps/dly.3/
390M    /mnt/hd/snaps/dly.4/
390M    /mnt/hd/snaps/dly.5/
1.1G    /mnt/hd/snaps/dly.6/
12G     /mnt/hd/snaps/dly.7/

these are daily backups of the last week.. since the office was closed this
week it feels like a few TOO MANY files have been altered (say between dly.3
and dly.4), and i wonder what has indeed been changed....

so is there a way to check which nodes have been altered?
or a script perhaps?

cd /mnt/hd/snaps
diff -rq dly.1 dly.0

Regards,
Gary


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
rsnapshot-discuss mailing list
rsnapshot-discuss < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss

Post how to check which rsnapshot files have changed from one bac 
On Sun, Jan 1, 2012 at 2:17 PM, Gary Johnson <garyjohn < at > spocom.com> wrote:
On 2011-12-30, Athanasios Silis wrote:
hello everyone,
i'm using rsnapshot for sometime now.
i did an rsnapshot du and  got curious to see if there is a way to see what
files have been changed between backups.....

the reason is that i see a somewhat large chunk of data being changed from day
to day and it might not be reasonable:

root < at > samothraki:~# rsnapshot du
1.8T    /mnt/hd/snaps/dly.0/
24G     /mnt/hd/snaps/dly.1/
24G     /mnt/hd/snaps/dly.2/
26G     /mnt/hd/snaps/dly.3/
390M    /mnt/hd/snaps/dly.4/
390M    /mnt/hd/snaps/dly.5/
1.1G    /mnt/hd/snaps/dly.6/
12G     /mnt/hd/snaps/dly.7/

these are daily backups of the last week.. since the office was closed this
week it feels like a few TOO MANY files have been altered (say between dly.3
and dly.4), and i wonder what has indeed been changed....

so is there a way to check which nodes have been altered?
or a script perhaps?

   cd /mnt/hd/snaps
   diff -rq dly.1 dly.0

As useful as this can be in the small case, it's deadly in the case of
symlink recursion, where something like /usr/include/foo/bar is a
symlink to "..". This is an old behavior common in making include
structures accessible with different layouts for different software
packages, and diff can wind up recursing its way right down the
symlinks forever and ever and ever until it reaches the maximum
filename length or number of symlinks supported by the kernel.

Been there, done that, have the T-shirt.

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
rsnapshot-discuss mailing list
rsnapshot-discuss < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB